diff options
author | mario <mario@slackverse.org> | 2011-12-10 01:28:06 -0600 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-10 21:58:16 -0200 |
commit | 3aa48f231b9a0ee0495ba05040a91a212785ae6b (patch) | |
tree | d8be512729409fbc53da46fb924ee64db213efa8 /system/xen/patches/use_already_present_ipxe.diff | |
parent | 66716e78f6584b7544a9e51c5fd0e94dea760401 (diff) | |
download | slackbuilds-3aa48f231b9a0ee0495ba05040a91a212785ae6b.tar.gz |
system/xen: Updated for version 4.1.2 and misc build fixes
This commit includes some minor changes by rworkman to prevent
the Makefile(s) from downloading various stuff.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/xen/patches/use_already_present_ipxe.diff')
-rw-r--r-- | system/xen/patches/use_already_present_ipxe.diff | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/system/xen/patches/use_already_present_ipxe.diff b/system/xen/patches/use_already_present_ipxe.diff new file mode 100644 index 0000000000..f7ce57c6db --- /dev/null +++ b/system/xen/patches/use_already_present_ipxe.diff @@ -0,0 +1,16 @@ +diff -Nur xen-4.1.2.orig/tools/firmware/etherboot/Makefile xen-4.1.2/tools/firmware/etherboot/Makefile +--- xen-4.1.2.orig/tools/firmware/etherboot/Makefile 2011-10-20 12:05:41.000000000 -0500 ++++ xen-4.1.2/tools/firmware/etherboot/Makefile 2011-12-10 00:16:40.217911034 -0600 +@@ -35,12 +35,6 @@ + mv -f $@.new $@ + + $T: +- if ! wget -O _$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 |