Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/xen-tools/files: xen-tools-4.2.2-install.patch
Date: Tue, 30 Jul 2013 13:40:24
Message-Id: 20130730134019.77E202171C@flycatcher.gentoo.org
1 idella4 13/07/30 13:40:19
2
3 Modified: xen-tools-4.2.2-install.patch
4 Log:
5 extend xen-tools-4.2.2-install.patch with patch by D. Lan via Bug 478708, hopefully fixes the bug
6
7 (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.2 app-emulation/xen-tools/files/xen-tools-4.2.2-install.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/xen-tools-4.2.2-install.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/xen-tools-4.2.2-install.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/xen-tools-4.2.2-install.patch?r1=1.1&r2=1.2
15
16 Index: xen-tools-4.2.2-install.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/files/xen-tools-4.2.2-install.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- xen-tools-4.2.2-install.patch 30 Jul 2013 07:08:35 -0000 1.1
23 +++ xen-tools-4.2.2-install.patch 30 Jul 2013 13:40:19 -0000 1.2
24 @@ -12,4 +12,19 @@
25 --python=$(PYTHON) \
26 $(IOEMU_CONFIGURE_CROSS); \
27 $(MAKE) all
28 -
29 +diff --git a/tools/qemu-xen-traditional/configure b/tools/qemu-xen-traditional/configure
30 +index 904e019..b70ee25 100755
31 +--- a/tools/qemu-xen-traditional/configure
32 ++++ b/tools/qemu-xen-traditional/configure
33 +@@ -1107,10 +1107,7 @@ elif $cc $ARCH_CFLAGS -o $TMPE $TMPC -lrt > /dev/null 2> /dev/null ; then
34 + rt=yes
35 + fi
36 +
37 +-if test "$rt" = "yes" ; then
38 +- # Hack, we should have a general purpose LIBS for this sort of thing
39 +- AIOLIBS="$AIOLIBS -lrt"
40 +-fi
41 ++AIOLIBS="$AIOLIBS -lrt"
42 +
43 + if test "$mingw32" = "yes" ; then
44 + if test -z "$prefix" ; then