From 896fc9c7231c7567cda84404eb0fcdd889b556a2 Mon Sep 17 00:00:00 2001 From: Daniel Elstner Date: Fri, 16 Oct 2015 20:45:43 +0200 Subject: [PATCH] build: Require libzip 0.11 This is needed for zip_discard(). --- README | 2 +- configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 75ca2ee3..9c00d0ad 100644 --- a/README +++ b/README @@ -37,7 +37,7 @@ Requirements for the C library: - libtool (only needed when building from git) - pkg-config >= 0.22 - libglib >= 2.32.0 - - libzip >= 0.10 + - libzip >= 0.11 - libserialport >= 0.1.1 (optional, used by some drivers) - librevisa >= 0.0.20130412 (optional, used by some drivers) - libusb-1.0 >= 1.0.16 (optional, used by some drivers) diff --git a/configure.ac b/configure.ac index 1f75be78..0380534a 100644 --- a/configure.ac +++ b/configure.ac @@ -431,7 +431,7 @@ AM_CONDITIONAL([BINDINGS_JAVA], [test "x$BINDINGS_JAVA" = xyes]) ############################## # Add mandatory dependencies to module list. -SR_APPEND([SR_PKGLIBS], ['libzip >= 0.10']) +SR_APPEND([SR_PKGLIBS], ['libzip >= 0.11']) AC_SUBST([SR_PKGLIBS]) # Retrieve the compile and link flags for all modules combined. @@ -499,7 +499,7 @@ Compile configuration: Detected libraries (required): - glib-2.0 >= 2.32.0.............. $sr_glib_version - - libzip >= 0.10.................. $sr_libzip_version + - libzip >= 0.11.................. $sr_libzip_version Detected libraries (optional): $sr_pkglibs_summary