commit 053d58865902d2d35f2e73ae865993eea8a2dc18
Author: Jan RÄ™korajski <[email protected]>
Date:   Tue Apr 16 19:17:35 2013 +0200

    - forcce bfd linker
    - rel 4

 xen.spec | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/xen.spec b/xen.spec
index d3a7fd0..ba7d277 100644
--- a/xen.spec
+++ b/xen.spec
@@ -30,7 +30,7 @@ Summary:      Xen - a virtual machine monitor
 Summary(pl.UTF-8):     Xen - monitor maszyny wirtualnej
 Name:          xen
 Version:       4.2.1
-Release:       3
+Release:       4
 License:       GPL v2, interface parts on BSD-like
 Group:         Applications/System
 Source0:       
http://bits.xensource.com/oss-xen/release/%{version}/%{name}-%{version}.tar.gz
@@ -390,6 +390,11 @@ ln -s %{SOURCE15} tools/firmware/etherboot/ipxe.tar.gz
 echo GIT=/bin/false >> Config.mk
 
 %build
+# if gold is used then bioses and grub doesn't build
+install -d our-ld
+ln -s /usr/bin/ld.bfd our-ld/ld
+export PATH=$(pwd)/our-ld:$PATH
+
 export CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
 export CXXFLAGS="%{rpmcflags} -I/usr/include/ncurses"
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xen.git/commitdiff/053d58865902d2d35f2e73ae865993eea8a2dc18

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to