- Revert %%LOCALBASE%% expansion I did in previous commit

Reported by:	vs
This commit is contained in:
Pav Lucistnik 2005-08-29 13:32:00 +00:00
parent c3f00ccb4b
commit 40e88c7460
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141306

View File

@ -1,10 +1,10 @@
--- ghc/rts/rts.conf.in.orig Mon Feb 10 11:18:31 2003
+++ ghc/rts/rts.conf.in Tue May 24 21:03:38 2005
--- ghc/rts/rts.conf.in.orig Thu Dec 11 15:53:05 2003
+++ ghc/rts/rts.conf.in Thu Dec 11 16:08:54 2003
@@ -134,6 +134,7 @@
, "-u", "GHCziWeak_runFinalizzerBatch_closure"
, "-u", "__stginit_Prelude"
#endif
+ , "-L/usr/local/lib"
+ , "-L%%LOCALBASE%%/lib"
]
#ifdef HAVE_FRAMEWORK_HASKELLSUPPORT
, extra_frameworks = [ "HaskellSupport" ]