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

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Mon Mar 11 19:21:09 CET 2013


Revision: 20432
          http://gar.svn.sourceforge.net/gar/?rev=20432&view=rev
Author:   chninkel
Date:     2013-03-11 18:21:09 +0000 (Mon, 11 Mar 2013)
Log Message:
-----------
openssl1/trunk: use sun studio 12.3 to have the -Qoption cg option

Modified Paths:
--------------
    csw/mgar/pkg/openssl1/trunk/Makefile

Modified: csw/mgar/pkg/openssl1/trunk/Makefile
===================================================================
--- csw/mgar/pkg/openssl1/trunk/Makefile	2013-03-11 18:18:47 UTC (rev 20431)
+++ csw/mgar/pkg/openssl1/trunk/Makefile	2013-03-11 18:21:09 UTC (rev 20432)
@@ -162,6 +162,12 @@
 # No .so files in libraries
 #EXTRA_MERGE_EXCLUDE_FILES = .*/libcrypto.so .*/libssl.so
 
+# We use Studio 12.3 to have the "-Qoption cg" option
+# but this version is not available under Solaris 9
+ifneq ($(shell /usr/bin/uname -r),5.9)
+	GARCOMPILER=SOS12U3
+endif
+
 # The corresponding os/compiler to pass to the
 # openssl Configure script
 i386_OS_COMPILER 	= solaris-x86-cc-sunw

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