packages: ghc/ghc.spec - try to use ld.bfd due to https://bugzilla.redhat.c...

arekm arekm at pld-linux.org
Fri Sep 2 08:39:27 CEST 2011


Author: arekm                        Date: Fri Sep  2 06:39:27 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- try to use ld.bfd due to https://bugzilla.redhat.com/show_bug.cgi?id=635935

---- Files affected:
packages/ghc:
   ghc.spec (1.117 -> 1.118) 

---- Diffs:

================================================================
Index: packages/ghc/ghc.spec
diff -u packages/ghc/ghc.spec:1.117 packages/ghc/ghc.spec:1.118
--- packages/ghc/ghc.spec:1.117	Wed Aug 31 20:28:06 2011
+++ packages/ghc/ghc.spec	Fri Sep  2 08:39:21 2011
@@ -133,6 +133,12 @@
 %patch2 -p1
 
 %build
+# use ld.bfd
+install our-ld
+ln -s %{_bindir}/ld.bfd our-ld/ld
+export PATH=$(pwd)/our-ld:$PATH
+
+
 %{__autoconf}
 cd libraries/terminfo
 %{__autoconf}
@@ -817,6 +823,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.118  2011/09/02 06:39:21  arekm
+- try to use ld.bfd due to https://bugzilla.redhat.com/show_bug.cgi?id=635935
+
 Revision 1.117  2011/08/31 18:28:06  arekm
 - release 6
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ghc/ghc.spec?r1=1.117&r2=1.118&f=u



More information about the pld-cvs-commit mailing list