[csw-devel] SF.net SVN: gar:[17897] csw/mgar/pkg/openssl1/trunk/Makefile

Dagobert Michelsen dam at opencsw.org
Mon Apr 30 10:42:03 CEST 2012


Hi Yann,

Am 29.04.2012 um 19:29 schrieb chninkel at users.sourceforge.net:

> 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)

Is there a specific reason why you disable PKCS#11 in the 64 bit part of Solaris 9?
It is built the same way on Solaris 10 as is the pure Solaris 10 build.


Best regards

  -- Dago

>         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.
> 
> _______________________________________________
> devel mailing list
> devel at lists.opencsw.org
> https://lists.opencsw.org/mailman/listinfo/devel

-- 
"You don't become great by trying to be great, you become great by wanting to do something,
and then doing it so hard that you become great in the process." - xkcd #896



More information about the devel mailing list