From 2d0fa9aee78e5bfffb9a4580954825025a651be5 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich <slyfox@gentoo.org> Date: Thu, 13 Feb 2014 07:29:14 -0600 Subject: [PATCH] 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> --- 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 010305f83dec..4c8686f26203 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 -- GitLab