Blame SOURCES/rh1684077-openjdk_should_depend_on_pcsc-lite-libs_instead_of_pcsc-lite-devel.patch

03c558
--- openjdk/jdk/src/solaris/classes/sun/security/smartcardio/PlatformPCSC.java	2013-03-01 10:48:12.038189968 +0100
03c558
+++ openjdk/jdk/src/solaris/classes/sun/security/smartcardio/PlatformPCSC.java	2013-03-01 10:48:11.913188505 +0100
03c558
@@ -48,8 +48,8 @@
03c558
 
03c558
     private final static String PROP_NAME = "sun.security.smartcardio.library";
03c558
 
03c558
-    private final static String LIB1 = "/usr/$LIBISA/libpcsclite.so";
03c558
-    private final static String LIB2 = "/usr/local/$LIBISA/libpcsclite.so";
03c558
+    private final static String LIB1 = "/usr/$LIBISA/libpcsclite.so.1";
03c558
+    private final static String LIB2 = "/usr/local/$LIBISA/libpcsclite.so.1";
03c558
     private final static String PCSC_FRAMEWORK = "/System/Library/Frameworks/PCSC.framework/Versions/Current/PCSC";
03c558
 
03c558
     PlatformPCSC() {