X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2Fpackage.conf.in;h=1112b99d5f3738f1712fe82cd7f4d1d42708fe65;hb=d84757e30d8578aaa788c26f0245c67ab482d0f9;hp=a49cee66770c3390ee3059066e9d01d5ee150ac0;hpb=e543f10a733dd08d99f31582a1c53dde2cdd654d;p=ghc-hetmet.git diff --git a/rts/package.conf.in b/rts/package.conf.in index a49cee6..1112b99 100644 --- a/rts/package.conf.in +++ b/rts/package.conf.in @@ -1,10 +1,11 @@ /* The RTS is just another package! */ #include "ghcconfig.h" -#include "RtsConfig.h" +#include "rts/Config.h" name: rts version: 1.0 +id: builtin:rts license: BSD3 maintainer: glasgow-haskell-users@haskell.org exposed: True @@ -30,12 +31,12 @@ extra-libraries: "m" /* for ldexp() */ #ifdef HAVE_LIBRT , "rt" #endif +#ifdef HAVE_LIBDL + , "dl" +#endif #ifdef mingw32_HOST_OS ,"wsock32" /* for the linker */ #endif -#ifdef WANT_DOTNET_SUPPORT - , "oleaut32", "ole32", "uuid" -#endif #if defined(DEBUG) && defined(HAVE_LIBBFD) ,"bfd", "iberty" /* for debugging */ #endif @@ -55,7 +56,7 @@ include-dirs: TOP"/includes" #endif includes: Stg.h -depends: ffi-1.0 +depends: builtin:ffi hugs-options: cc-options: