PSARC/2016/232 CACkey Smartcard PKCS#11 provider
authorIvo Raisr <ivo.raisr@oracle.com>
Tue, 13 Sep 2016 13:44:00 -0700
changeset 6996 97ccfb23663a
parent 6995 e83d1e7c501b
child 6997 a189d9fb566c
PSARC/2016/232 CACkey Smartcard PKCS#11 provider 24657593 cackey needs to deliver 32-bit libraries
components/cackey/Makefile
components/cackey/cackey.p5m
--- a/components/cackey/Makefile	Tue Sep 13 00:20:23 2016 -0700
+++ b/components/cackey/Makefile	Tue Sep 13 13:44:00 2016 -0700
@@ -38,9 +38,9 @@
 #   Testing libcackey... DONE. Status = 0
 #   then you have a finished test and results.
 #   Search for CK_FAIL or "failed" in testoutput.log to see the actual failures,
-#   if no CK_FAIl or failed were reported, the test ran successfully.
+#   if no CK_FAIL or failed were reported, the test ran successfully.
 
-BUILD_BITS= 64
+BUILD_BITS=	64_and_32
 include ../../make-rules/shared-macros.mk
  
 COMPONENT_NAME=         CACKey
--- a/components/cackey/cackey.p5m	Tue Sep 13 00:20:23 2016 -0700
+++ b/components/cackey/cackey.p5m	Tue Sep 13 13:44:00 2016 -0700
@@ -40,5 +40,7 @@
 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
 file path=usr/lib/$(MACH64)/libcackey.so
 link path=usr/lib/$(MACH64)/libcackey.so.1 target=libcackey.so
+file path=usr/lib/libcackey.so
+link path=usr/lib/libcackey.so.1 target=libcackey.so
 license cackey.license \
     license="MIT, X11, GPLv2, LGPLv2.1, MPLv2, Lockheed, RSA, Internet Society"