summaryrefslogtreecommitdiffstats
path: root/lang/ghc/files/patch-mk-config.mk.in
blob: ff8f0071f82fd54d55c30bf9816cfd7f9127f974 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- ./mk/config.mk.in.orig	2012-06-06 19:10:25.000000000 +0200
+++ ./mk/config.mk.in		2013-01-30 16:24:53.000000000 +0100
@@ -363,6 +363,12 @@
 PapiLibDir=
 PapiIncludeDir=
 
+# Configuration for libffi
+UseSystemLibFFI=@UseSystemLibFFI@
+# Flags to go into package.conf for rts
+FFILibDir=@FFILibDir@
+FFIIncludeDir=@FFIIncludeDir@
+
 ################################################################################
 #
 #		Paths (see paths.mk)
OpenPOWER on IntegriCloud