[Pcsclite-git-commit] [CCID] 01/01: Depends on libusb version 1.0.9 instead of 1.0.8

Ludovic Rousseau rousseau at moszumanska.debian.org
Wed Jun 3 13:56:59 UTC 2015


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

rousseau pushed a commit to branch master
in repository CCID.

commit b105c389fbb43f897c1eac0fb2e241dcd91d2ad4
Author: Ludovic Rousseau <ludovic.rousseau+github at gmail.com>
Date:   Wed Jun 3 15:52:05 2015 +0200

    Depends on libusb version 1.0.9 instead of 1.0.8
    
    The CCID driver uses libusb_error_name() since release 1.4.19 (the
    previous one).
    libusb_error_name() has been introduced in version 1.0.9 of libusb. We
    now need to depend on this version (or a later one).
    
    Thanks to Godfrey Chung for the bug report.
    https://github.com/LudovicRousseau/CCID/commit/9c3fd753186aa18a56d2bfeee6acac8c6b399de6#commitcomment-11490300
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 66061f6..0f0f5af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -101,7 +101,7 @@ AC_ARG_ENABLE(libusb,
 	[ use_libusb="${enableval}" ], [ use_libusb=yes ] )
 
 # check if libusb is used
-LIBUSB_NEEDED_VERSION="1.0.8"
+LIBUSB_NEEDED_VERSION="1.0.9"
 if test "x$use_libusb" != xno ; then
 	PKG_CHECK_EXISTS([libusb-1.0], [
 	PKG_CHECK_MODULES(LIBUSB, libusb-1.0 >= $LIBUSB_NEEDED_VERSION, [],

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/CCID.git



More information about the Pcsclite-cvs-commit mailing list