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/files: xen-3.3.0-unexported-target-fix.patch
Date: Mon, 27 Apr 2009 12:51:23
Message-Id: E1LyQIr-0005T1-Li@stork.gentoo.org
1 patrick 09/04/27 12:51:21
2
3 Added: xen-3.3.0-unexported-target-fix.patch
4 Log:
5 Fix sandbox violation, http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1405 Closes #259670
6 (Portage version: 2.2_rc31/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 app-emulation/xen/files/xen-3.3.0-unexported-target-fix.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen/files/xen-3.3.0-unexported-target-fix.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen/files/xen-3.3.0-unexported-target-fix.patch?rev=1.1&content-type=text/plain
13
14 Index: xen-3.3.0-unexported-target-fix.patch
15 ===================================================================
16 diff -Nru a/tools/ioemu-qemu-xen/xen-setup b/tools/ioemu-qemu-xen/xen-setup
17 --- a/tools/ioemu-qemu-xen/xen-setup 2008-08-22 17:56:41.000000000 +0800
18 +++ b/tools/ioemu-qemu-xen/xen-setup 2009-02-20 10:55:37.000000000 +0800
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