[Pkg-libvirt-commits] [libguestfs] 77/78: Added patch for building with qemu 2+

Hilko Bengen bengen at moszumanska.debian.org
Fri May 9 12:56:18 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch experimental
in repository libguestfs.

commit f7eb64779a6fefb9f5f2f230239a9ada7363e13d
Author: Hilko Bengen <bengen at debian.org>
Date:   Tue Apr 22 21:25:55 2014 +0200

    Added patch for building with qemu 2+
---
 ...Make-sure-grep-matches-qemu-2.x-version-st.patch | 21 +++++++++++++++++++++
 debian/patches/series                               |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/0003-configure-Make-sure-grep-matches-qemu-2.x-version-st.patch b/debian/patches/0003-configure-Make-sure-grep-matches-qemu-2.x-version-st.patch
new file mode 100644
index 0000000..a9ccab6
--- /dev/null
+++ b/debian/patches/0003-configure-Make-sure-grep-matches-qemu-2.x-version-st.patch
@@ -0,0 +1,21 @@
+From: "Richard W.M. Jones" <rjones at redhat.com>
+Date: Tue, 22 Apr 2014 22:21:57 -0400
+Subject: configure: Make sure grep matches qemu 2.x version string.
+
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index ab072c3..9c398e0 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -777,7 +777,7 @@ working.
+         fi
+ 
+         AC_MSG_CHECKING([for $QEMU version >= 1])
+-        if $QEMU -version | grep -sq 'version @<:@1-@:>@'; then
++        if $QEMU -version | grep -sq 'version @<:@1-9@:>@'; then
+             AC_MSG_RESULT([yes])
+         else
+             AC_MSG_RESULT([no])
diff --git a/debian/patches/series b/debian/patches/series
index 4574a17..68794b0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0001-perl-revert-failed-attempt-at-building-out-of-tree-s.patch
 0002-golang-Fix-for-out-of-tree-builds.patch
+0003-configure-Make-sure-grep-matches-qemu-2.x-version-st.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list