Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37595800
en ru br
ALT Linux repos
S:2.4.3-alt1
5.0: 2.0.11-alt2.M50.1
4.1: 2.0.14-alt1.M41.1
4.0: 2.0.9-alt2.M40.1
3.0: 1.9.17-alt2

Other repositories
Upstream:2.0.8

Group :: Text tools
RPM: gnupg2

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: gnupg-1.9.20-alt-libpcsclite.patch
Download


--- gnupg-1.9.20/scd/pcsc-wrapper.c~	2005-09-09 13:49:15 +0400
+++ gnupg-1.9.20/scd/pcsc-wrapper.c	2006-01-26 19:57:43 +0300
@@ -62,7 +62,7 @@
 #define BUGREPORT_LINE ""
 #endif
 
-#define DEFAULT_PCSC_DRIVER "libpcsclite.so"
+#define DEFAULT_PCSC_DRIVER "libpcsclite.so.1"
 
 
 static int verbose;
--- gnupg-1.9.20/scd/scdaemon.c~	2005-10-27 12:37:09 +0400
+++ gnupg-1.9.20/scd/scdaemon.c	2006-01-26 19:57:57 +0300
@@ -140,7 +140,7 @@ static ARGPARSE_OPTS opts[] = {
 #if defined(HAVE_W32_SYSTEM) || defined(__CYGWIN__)
 #define DEFAULT_PCSC_DRIVER "winscard.dll"
 #else
-#define DEFAULT_PCSC_DRIVER "libpcsclite.so"
+#define DEFAULT_PCSC_DRIVER "libpcsclite.so.1"
 #endif
 
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin