vapier      14/11/08 18:55:30

  Added:                0020_all_qemu_configure.patch
  Log:
  Fix from upstream for building w/newer qemu #528386 by Reuben Martin.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.1                  
app-emulation/libguestfs/files/1.26/0020_all_qemu_configure.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libguestfs/files/1.26/0020_all_qemu_configure.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libguestfs/files/1.26/0020_all_qemu_configure.patch?rev=1.1&content-type=text/plain

Index: 0020_all_qemu_configure.patch
===================================================================
https://bugs.gentoo.org/528386

>From 101d728e80cce73b882aac7af457013491d03311 Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <[email protected]>
Date: Tue, 22 Apr 2014 22:21:57 -0400
Subject: [PATCH] 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 34e4ddb..bb1a361 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])
-- 
2.1.3





Reply via email to