diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-02-13 07:29:14 -0600 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-02-17 01:46:03 -0600 |
commit | 2d0fa9aee78e5bfffb9a4580954825025a651be5 (patch) | |
tree | c6e64fc5d6643910ad7a9b60d5ba065524abde48 /rts | |
parent | 858a807d5522145e8ede9148a15bb65a0d851c00 (diff) | |
download | haskell-2d0fa9aee78e5bfffb9a4580954825025a651be5.tar.gz |
rts/package.conf.in: fix UNREG on --with-system-libffi when include-dir is passed explicitely
Issue #8748
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'rts')
-rw-r--r-- | rts/package.conf.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/package.conf.in b/rts/package.conf.in index 010305f83d..4c8686f262 100644 --- a/rts/package.conf.in +++ b/rts/package.conf.in @@ -57,9 +57,9 @@ extra-libraries: #endif #ifdef INSTALLING -include-dirs: INCLUDE_DIR PAPI_INCLUDE_DIR +include-dirs: INCLUDE_DIR PAPI_INCLUDE_DIR FFI_INCLUDE_DIR #else /* !INSTALLING */ -include-dirs: TOP"/rts/dist/build" TOP"/includes" TOP"/includes/dist-derivedconstants/header" +include-dirs: TOP"/rts/dist/build" TOP"/includes" TOP"/includes/dist-derivedconstants/header" FFI_INCLUDE_DIR #endif includes: Stg.h |