diff options
author | mario <mario@slackverse.org> | 2013-10-27 21:09:37 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-10-27 23:39:07 -0500 |
commit | 132d9a314ac5ea74dd302f5053cd0db486f0d060 (patch) | |
tree | d688cbc2454ec9ff0bcc6ba96bb45ea4b8e24ee0 /system/xen/patches | |
parent | 6d9ad5f4736e6b783e7e0efc4f8bbd49f6045292 (diff) | |
download | slackbuilds-132d9a314ac5ea74dd302f5053cd0db486f0d060.tar.gz |
system/xen: Updated for version 4.3.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/xen/patches')
-rw-r--r-- | system/xen/patches/use_already_present_ipxe.diff | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/system/xen/patches/use_already_present_ipxe.diff b/system/xen/patches/use_already_present_ipxe.diff index 6962616f71..631b2b00f4 100644 --- a/system/xen/patches/use_already_present_ipxe.diff +++ b/system/xen/patches/use_already_present_ipxe.diff @@ -1,15 +1,21 @@ ---- xen-4.2.0/tools/firmware/etherboot/Makefile.ORIG 2012-09-17 12:21:18.000000000 +0200 -+++ xen-4.2.0/tools/firmware/etherboot/Makefile 2012-09-18 13:39:39.466352815 +0200 -@@ -28,12 +28,6 @@ +--- xen-4.3.0/tools/firmware/etherboot/Makefile.ORIG 2013-07-09 12:46:56.000000000 +0200 ++++ xen-4.3.0/tools/firmware/etherboot/Makefile 2013-07-28 13:34:32.994197893 +0200 +@@ -28,12 +28,12 @@ $(MAKE) -C $D/src bin/$(*F).rom $T: -- if ! wget -O _$T $(IPXE_TARBALL_URL); then \ +- if ! $(FETCHER) _$T $(IPXE_TARBALL_URL); then \ - $(GIT) clone $(IPXE_GIT_URL) $D.git; \ - (cd $D.git && $(GIT) archive --format=tar --prefix=$D/ \ - $(IPXE_GIT_TAG) | gzip >../_$T); \ - rm -rf $D.git; \ - fi ++# if ! $(FETCHER) _$T $(IPXE_TARBALL_URL); then \ ++# $(GIT) clone $(IPXE_GIT_URL) $D.git; \ ++# (cd $D.git && $(GIT) archive --format=tar --prefix=$D/ \ ++# $(IPXE_GIT_TAG) | gzip >../_$T); \ ++# rm -rf $D.git; \ ++# fi mv _$T $T $D/src/arch/i386/Makefile: $T Config |