[Pkg-libvirt-commits] [libguestfs] 42/146: configure: Require yajl >= 2.0.4 (RHBZ#1169045).

Hilko Bengen bengen at moszumanska.debian.org
Sun Mar 29 17:00:13 UTC 2015


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

bengen pushed a commit to branch master
in repository libguestfs.

commit 670f275cb0c45902f7d335dfb190781c42f015d3
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Sat Nov 29 12:01:48 2014 +0000

    configure: Require yajl >= 2.0.4 (RHBZ#1169045).
    
    Earlier versions fail to parse integers from 'qemu-img info' output
    correctly, resulting in bugs like
    https://bugzilla.redhat.com/show_bug.cgi?id=1169045
    
    Thanks: muued @ IRC
    (cherry picked from commit 4d9a14fc751979caa9e62bb1f9183ba9d884eedb)
---
 README       | 2 +-
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README
index 30e241a..fc88eb9 100644
--- a/README
+++ b/README
@@ -148,7 +148,7 @@ The full requirements are described below.
 +--------------+-------------+---+-----------------------------------------+
 | sd-journal   |             | O | systemd journal library                 |
 +--------------+-------------+---+-----------------------------------------+
-| yajl         | 2           | O | JSON parser for parsing output of       |
+| yajl         | 2.0.4       | O | JSON parser for parsing output of       |
 |              |             |   | ldmtool and qemu-img info commands.     |
 +--------------+-------------+---+-----------------------------------------+
 | gdisk        |             | O | GPT disk support.                       |
diff --git a/configure.ac b/configure.ac
index 52e4b71..91b0552 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1029,7 +1029,7 @@ AS_IF([test "x$enable_fuse" != "xno"],[
 AM_CONDITIONAL([HAVE_FUSE],[test "x$enable_fuse" != "xno"])
 
 dnl Check for yajl JSON library (optional).
-PKG_CHECK_MODULES([YAJL], [yajl >= 2], [
+PKG_CHECK_MODULES([YAJL], [yajl >= 2.0.4], [
     AC_SUBST([YAJL_CFLAGS])
     AC_SUBST([YAJL_LIBS])
     AC_DEFINE([HAVE_YAJL],[1],[Define to 1 if you have yajl.])

-- 
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