913d7c9e5b
Resolves: rhbz#1870625
14 lines
794 B
Diff
14 lines
794 B
Diff
--- openjdk/src/java.smartcardio/unix/classes/sun/security/smartcardio/PlatformPCSC.java 2013-03-01 10:48:12.038189968 +0100
|
|
+++ openjdk/src/java.smartcardio/unix/classes/sun/security/smartcardio/PlatformPCSC.java 2013-03-01 10:48:11.913188505 +0100
|
|
@@ -48,8 +48,8 @@
|
|
|
|
private final static String PROP_NAME = "sun.security.smartcardio.library";
|
|
|
|
- private final static String LIB1 = "/usr/$LIBISA/libpcsclite.so";
|
|
- private final static String LIB2 = "/usr/local/$LIBISA/libpcsclite.so";
|
|
+ private final static String LIB1 = "/usr/$LIBISA/libpcsclite.so.1";
|
|
+ private final static String LIB2 = "/usr/local/$LIBISA/libpcsclite.so.1";
|
|
private final static String PCSC_FRAMEWORK = "/System/Library/Frameworks/PCSC.framework/Versions/Current/PCSC";
|
|
|
|
PlatformPCSC() {
|