You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
794 B
14 lines
794 B
2 years ago
|
--- 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() {
|