/hg/release/icedtea7-forest-2.4/jdk: RH910107: fail to load PC/S...

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Tue Jan 28 10:33:06 PST 2014


changeset 9db88c18e114 in /hg/release/icedtea7-forest-2.4/jdk
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.4/jdk?cmd=changeset;node=9db88c18e114
author: andrew
date: Tue Jan 28 18:02:26 2014 +0000

	RH910107: fail to load PC/SC library
	Contributed-by: sgehwolf at redhat.com


diffstat:

 src/solaris/classes/sun/security/smartcardio/PlatformPCSC.java |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r a74c2e4a756b -r 9db88c18e114 src/solaris/classes/sun/security/smartcardio/PlatformPCSC.java
--- a/src/solaris/classes/sun/security/smartcardio/PlatformPCSC.java	Thu Jan 23 23:19:20 2014 +0000
+++ b/src/solaris/classes/sun/security/smartcardio/PlatformPCSC.java	Tue Jan 28 18:02:26 2014 +0000
@@ -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() {


More information about the distro-pkg-dev mailing list