diff options
author | 2013-02-12 15:55:33 +0800 | |
---|---|---|
committer | 2013-02-12 15:55:33 +0800 | |
commit | 4c221e2370f4ba36afa21a784db699a77caef632 (patch) | |
tree | 8b56540f9e61cc693f852fe69abba444c901cd50 /app-emulation/xen-stubdom/files/xen-4.2.0-jserver.patch | |
parent | [xen-pvgrub] Added -4.2.1-r1 adn all patches (diff) | |
download | virtualization-4c221e2370f4ba36afa21a784db699a77caef632.tar.gz virtualization-4c221e2370f4ba36afa21a784db699a77caef632.tar.bz2 virtualization-4c221e2370f4ba36afa21a784db699a77caef632.zip |
[xen-stubdom] New package, ebuild written by 'spookyghost@blueyonder.co.uk', minor edits/adds to ebuild from recent improvements from the parent package xen-stubdom, CC.patch added, source Bug #446241
Package-Manager: portage-2.1.11.40
Diffstat (limited to 'app-emulation/xen-stubdom/files/xen-4.2.0-jserver.patch')
-rw-r--r-- | app-emulation/xen-stubdom/files/xen-4.2.0-jserver.patch | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/app-emulation/xen-stubdom/files/xen-4.2.0-jserver.patch b/app-emulation/xen-stubdom/files/xen-4.2.0-jserver.patch new file mode 100644 index 0000000..514fd05 --- /dev/null +++ b/app-emulation/xen-stubdom/files/xen-4.2.0-jserver.patch @@ -0,0 +1,32 @@ +diff -ur xen-4.2.0.orig/tools/tests/x86_emulator/Makefile xen-4.2.0/tools/tests/x86_emulator/Makefile +--- tools/tests/x86_emulator/Makefile 2012-09-17 18:21:19.000000000 +0800 ++++ tools/tests/x86_emulator/Makefile 2012-11-24 05:06:24.355778737 +0800 +@@ -14,13 +14,13 @@ + .PHONY: blowfish.h + blowfish.h: + rm -f blowfish.bin +- XEN_TARGET_ARCH=x86_32 make -f blowfish.mk all ++ XEN_TARGET_ARCH=x86_32 $(MAKE) -f blowfish.mk all + (echo "static unsigned int blowfish32_code[] = {"; \ + od -v -t x blowfish.bin | sed 's/^[0-9]* /0x/' | sed 's/ /, 0x/g' | sed 's/$$/,/';\ + echo "};") >$@ + rm -f blowfish.bin + ifeq ($(XEN_COMPILE_ARCH),x86_64) +- XEN_TARGET_ARCH=x86_64 make -f blowfish.mk all ++ XEN_TARGET_ARCH=x86_64 $(MAKE) -f blowfish.mk all + (echo "static unsigned int blowfish64_code[] = {"; \ + od -v -t x blowfish.bin | sed 's/^[0-9]* /0x/' | sed 's/ /, 0x/g' | sed 's/$$/,/';\ + echo "};") >>$@ + +diff -ur xen-4.2.0.orig/tools/firmware/vgabios/Makefile xen-4.2.0/tools/firmware/vgabios/Makefile +--- tools/firmware/vgabios/Makefile 2013-02-04 13:56:50.973533544 +0800 ++++ tools/firmware/vgabios/Makefile 2013-02-04 13:57:21.380535958 +0800 +@@ -27,7 +27,7 @@ + + .PHONY: release + release: +- VGABIOS_VERS=\"-DVGABIOS_VERS=\\\"$(RELVERS)\\\"\" make bios cirrus-bios ++ VGABIOS_VERS=\"-DVGABIOS_VERS=\\\"$(RELVERS)\\\"\" $(MAKE) bios cirrus-bios + /bin/rm -f *.o *.s *.ld86 \ + temp.awk.* vgabios.*.orig _vgabios_.*.c core *.bak .#* + cp VGABIOS-lgpl-latest.bin ../$(RELEASE).bin |