[commit: ghc] master: Record libffi directory in rts package conf; trac #7465 (a9608cb)
Ian Lynagh
igloo at earth.li
Sun Apr 28 21:05:24 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
https://github.com/ghc/ghc/commit/a9608cb9d91cf3eb80cab791998d0c577ed17608
>---------------------------------------------------------------
commit a9608cb9d91cf3eb80cab791998d0c577ed17608
Author: Ian Lynagh <ian at well-typed.com>
Date: Sun Apr 28 17:46:16 2013 +0100
Record libffi directory in rts package conf; trac #7465
Patch from Peter Trommler
>---------------------------------------------------------------
rts/package.conf.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rts/package.conf.in b/rts/package.conf.in
index 279cb04..922ffea 100644
--- a/rts/package.conf.in
+++ b/rts/package.conf.in
@@ -16,9 +16,9 @@ hidden-modules:
import-dirs:
#ifdef INSTALLING
-library-dirs: LIB_DIR"/rts-1.0" PAPI_LIB_DIR
+library-dirs: LIB_DIR"/rts-1.0" PAPI_LIB_DIR FFI_LIB_DIR
#else /* !INSTALLING */
-library-dirs: TOP"/rts/dist/build" PAPI_LIB_DIR
+library-dirs: TOP"/rts/dist/build" PAPI_LIB_DIR FFI_LIB_DIR
#endif
hs-libraries: "HSrts" FFI_LIB
More information about the ghc-commits
mailing list