Author: arekm                        Date: Wed Oct 12 20:37:47 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 5; force ld.bfd usage

---- Files affected:
packages/grub2:
   grub2.spec (1.109 -> 1.110) 

---- Diffs:

================================================================
Index: packages/grub2/grub2.spec
diff -u packages/grub2/grub2.spec:1.109 packages/grub2/grub2.spec:1.110
--- packages/grub2/grub2.spec:1.109     Thu Sep 22 19:36:11 2011
+++ packages/grub2/grub2.spec   Wed Oct 12 22:37:42 2011
@@ -34,7 +34,7 @@
 Summary(pt_BR.UTF-8):  Gerenciador de inicializaĆ§Ć£o GRUB2
 Name:          grub2
 Version:       1.99
-Release:       4
+Release:       5
 License:       GPL v2
 Group:         Base
 Source0:       http://ftp.gnu.org/gnu/grub/grub-%{version}.tar.xz
@@ -195,6 +195,11 @@
 %endif
 
 %build
+# if gold is used then grub doesn't even boot
+install -d our-ld
+ln -s /usr/bin/ld.bfd our-ld/ld
+export PATH=$(pwd)/our-ld:$PATH
+
 cp -f /usr/share/automake/config.sub .
 %{__libtoolize}
 %{__aclocal} -I m4
@@ -373,6 +378,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.110  2011/10/12 20:37:42  arekm
+- rel 5; force ld.bfd usage
+
 Revision 1.109  2011/09/22 17:36:11  arekm
 - drop invalid comment
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/grub2/grub2.spec?r1=1.109&r2=1.110&f=u

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to