Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/xen-tools/files: xen-tools-3.3.1-sandbox-fix.patch
Date: Tue, 28 Apr 2009 07:57:24
Message-Id: E1LyiBu-0003BV-4o@stork.gentoo.org
1 patrick 09/04/28 07:57:22
2
3 Added: xen-tools-3.3.1-sandbox-fix.patch
4 Log:
5 Small sandbox fix, closes 253134. Patch originally from RB.
6 (Portage version: 2.2_rc31/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 app-emulation/xen-tools/files/xen-tools-3.3.1-sandbox-fix.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen-tools/files/xen-tools-3.3.1-sandbox-fix.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen-tools/files/xen-tools-3.3.1-sandbox-fix.patch?rev=1.1&content-type=text/plain
13
14 Index: xen-tools-3.3.1-sandbox-fix.patch
15 ===================================================================
16 diff -urN xen-3.3.1/tools/ioemu-qemu-xen/xen-setup xen-3.3.1-fix/tools/ioemu-qemu-xen/xen-setup
17 --- xen-3.3.1/tools/ioemu-qemu-xen/xen-setup 2009-01-05 04:36:22.000000000 -0700
18 +++ xen-3.3.1-fix/tools/ioemu-qemu-xen/xen-setup 2009-04-25 17:55:03.000000000 -0600
19 @@ -3,6 +3,8 @@
20
21 # 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:/
22
23 +target=i386-dm
24 +
25 rm -f $target/Makefile
26 rm -f $target/config.mak
27 rm -f config-host.mak
28 @@ -11,8 +13,6 @@
29
30 ./configure --disable-gfx-check --disable-gcc-check --disable-curses --disable-slirp "$@" --prefix=/usr
31
32 -target=i386-dm
33 -
34 if [ "x$XEN_ROOT" != x ]; then
35 echo "XEN_ROOT=$XEN_ROOT" >>config-host.mak
36 fi