[csw-devel] SF.net SVN: gar:[17897] csw/mgar/pkg/openssl1/trunk/Makefile
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Sun Apr 29 19:29:03 CEST 2012
Revision: 17897
http://gar.svn.sourceforge.net/gar/?rev=17897&view=rev
Author: chninkel
Date: 2012-04-29 17:29:03 +0000 (Sun, 29 Apr 2012)
Log Message:
-----------
openssl1/trunk: don't enable pkcs11 for the 64 libraries in the solaris9 build
Modified Paths:
--------------
csw/mgar/pkg/openssl1/trunk/Makefile
Modified: csw/mgar/pkg/openssl1/trunk/Makefile
===================================================================
--- csw/mgar/pkg/openssl1/trunk/Makefile 2012-04-29 12:20:41 UTC (rev 17896)
+++ csw/mgar/pkg/openssl1/trunk/Makefile 2012-04-29 17:29:03 UTC (rev 17897)
@@ -117,7 +117,7 @@
# support for pkcs11 engine http://blogs.sun.com/chichang1/entry/how_to_integrate_pkcs11_engine
ifdef PKCS11
PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386 solaris10-sparc solaris10-i386
-ifneq ($(shell /usr/bin/uname -r),5.9)
+ifneq ($(findstring solaris9,$(GAR_PLATFORM)), solaris9)
PATCHFILES += pkcs11_engine-0.9.8o.patch.2010-09-03
CONFIGURE_ARGS += --pk11-libname=$(abspath /usr/lib/$(MM_LIBDIR)/libpkcs11.so)
endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list