summaryrefslogtreecommitdiff
path: root/lang/ghc/files/patch-.._ghc-6.10.4-boot_rts_package.conf.in
blob: 428014e57ff5947b05f05a0a26694769193376c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ../ghc-6.10.4-boot/rts/package.conf.in.orig	2009-07-14 19:10:52.000000000 +0200
+++ ../ghc-6.10.4-boot/rts/package.conf.in	2009-08-13 22:09:35.000000000 +0200
@@ -156,6 +156,8 @@
 	 , "-u", "base_GHCziConc_ensureIOManagerIsRunning_closure"
 #endif
 
+	 , "-L%%LOCALBASE%%/lib"
+
 /*  Pick up static libraries in preference over dynamic if in earlier search
  *  path.  This is important to use the static gmp in preference on Mac OS.
  *  The used option is specific to the Darwin linker.