[pkg-opensc-commit] [opensc] 01/23: updated required PCSC-Lite version

Eric Dorland eric at moszumanska.debian.org
Sun Jul 23 18:23:07 UTC 2017


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

eric pushed a commit to branch master
in repository opensc.

commit 91ed248e6f1b27a3f5f5562ecaf854a67ee4be3f
Author: Frank Morgner <frankmorgner at gmail.com>
Date:   Thu Jun 15 23:38:57 2017 +0200

    updated required PCSC-Lite version
    
    Fixes https://github.com/OpenSC/OpenSC/issues/1065
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index b17cee8..3deec25 100644
--- a/configure.ac
+++ b/configure.ac
@@ -690,7 +690,7 @@ if test "${enable_pcsc}" = "yes"; then
 	if test "${WIN32}" != "yes"; then
 		PKG_CHECK_EXISTS(
 			[libpcsclite],
-			[PKG_CHECK_MODULES([PCSC], [libpcsclite >= 1.6.5],
+			[PKG_CHECK_MODULES([PCSC], [libpcsclite >= 1.8.22],
 				[AC_DEFINE([PCSCLITE_GOOD], [1], [Sufficient version of PCSC-Lite with all the required features])],
 				[:]
 			)]

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



More information about the pkg-opensc-commit mailing list