diff options
author | 2009-04-28 07:57:22 +0000 | |
---|---|---|
committer | 2009-04-28 07:57:22 +0000 | |
commit | 453b4acafb8a1613c6168d246171e22f3594992d (patch) | |
tree | a8ec8cc2cb16dae031b34576599e1f32cd1d42e9 /app-emulation/xen-tools/files | |
parent | Add live ebuild and drop oldest (diff) | |
download | historical-453b4acafb8a1613c6168d246171e22f3594992d.tar.gz historical-453b4acafb8a1613c6168d246171e22f3594992d.tar.bz2 historical-453b4acafb8a1613c6168d246171e22f3594992d.zip |
Small sandbox fix, closes 253134. Patch originally from RB.
Package-Manager: portage-2.2_rc31/cvs/Linux x86_64
Diffstat (limited to 'app-emulation/xen-tools/files')
-rw-r--r-- | app-emulation/xen-tools/files/xen-tools-3.3.1-sandbox-fix.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-emulation/xen-tools/files/xen-tools-3.3.1-sandbox-fix.patch b/app-emulation/xen-tools/files/xen-tools-3.3.1-sandbox-fix.patch new file mode 100644 index 000000000000..be0527a7c8f8 --- /dev/null +++ b/app-emulation/xen-tools/files/xen-tools-3.3.1-sandbox-fix.patch @@ -0,0 +1,21 @@ +diff -urN xen-3.3.1/tools/ioemu-qemu-xen/xen-setup xen-3.3.1-fix/tools/ioemu-qemu-xen/xen-setup +--- xen-3.3.1/tools/ioemu-qemu-xen/xen-setup 2009-01-05 04:36:22.000000000 -0700 ++++ xen-3.3.1-fix/tools/ioemu-qemu-xen/xen-setup 2009-04-25 17:55:03.000000000 -0600 +@@ -3,6 +3,8 @@ + + # git-clean -x -d && ./xen-setup && make prefix=/usr CMDLINE_CFLAGS='-O0 -g' -j4 && make install DESTDIR=`pwd`/dist/ prefix=/usr && rsync -a --stats --delete . thule:shadow/qemu-iwj.git/ && rsync -a --stats dist/. root@thule:/ + ++target=i386-dm ++ + rm -f $target/Makefile + rm -f $target/config.mak + rm -f config-host.mak +@@ -11,8 +13,6 @@ + + ./configure --disable-gfx-check --disable-gcc-check --disable-curses --disable-slirp "$@" --prefix=/usr + +-target=i386-dm +- + if [ "x$XEN_ROOT" != x ]; then + echo "XEN_ROOT=$XEN_ROOT" >>config-host.mak + fi |