]> git.pld-linux.org Git - packages/grub2.git/commitdiff
- rel 5; force ld.bfd usage auto/th/grub2-1_99-5
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 12 Oct 2011 20:37:42 +0000 (20:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    grub2.spec -> 1.110

grub2.spec

index 597033dc700efa8caac5268130fa0cd566336d44..0f18b7cc5a8081c3330e2953a60c2ac0cc5c0d7e 100644 (file)
@@ -33,7 +33,7 @@ Summary(pl.UTF-8):    GRUB2 - bootloader dla x86 i ppc
 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
@@ -194,6 +194,11 @@ sed -i -e '/video_mod_CFLAGS/s/$/ -Wno-error/' conf/common.rmk
 %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
This page took 0.037346 seconds and 4 git commands to generate.