PSARC/2016/221 PC/SC Lite smartcard middleware
authorIvo Raisr <ivo.raisr@oracle.com>
Tue, 13 Sep 2016 00:20:23 -0700
changeset 6995 e83d1e7c501b
parent 6994 897fc173b916
child 6996 97ccfb23663a
PSARC/2016/221 PC/SC Lite smartcard middleware 24657567 pcsclite needs to deliver 32-bit libraries
components/pcsc-lite/Makefile
components/pcsc-lite/pcsclite.p5m
--- a/components/pcsc-lite/Makefile	Thu Sep 29 04:21:34 2016 -0700
+++ b/components/pcsc-lite/Makefile	Tue Sep 13 00:20:23 2016 -0700
@@ -21,7 +21,7 @@
 #
 # Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
 #
-BUILD_BITS= 64
+BUILD_BITS=64_and_32
 include ../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=         pcsc-lite
--- a/components/pcsc-lite/pcsclite.p5m	Thu Sep 29 04:21:34 2016 -0700
+++ b/components/pcsc-lite/pcsclite.p5m	Tue Sep 13 00:20:23 2016 -0700
@@ -50,5 +50,9 @@
 file path=usr/lib/$(MACH64)/libpcsclite.so.1.0.0
 dir  path=usr/lib/$(MACH64)/pcsc/drivers
 file path=usr/lib/$(MACH64)/pkgconfig/libpcsclite.pc
+link path=usr/lib/libpcsclite.so target=libpcsclite.so.1.0.0
+link path=usr/lib/libpcsclite.so.1 target=libpcsclite.so.1.0.0
+file path=usr/lib/libpcsclite.so.1.0.0
 file path=usr/lib/pcscd mode=0555
+file path=usr/lib/pkgconfig/libpcsclite.pc
 license pcsclite.license license="GPL v.3"