SF.net SVN: gar:[26173] csw/mgar/pkg/openssl1/branches/lts102/Makefile

rmottola at users.sourceforge.net rmottola at users.sourceforge.net
Tue May 2 23:13:52 CEST 2017


Revision: 26173
          http://sourceforge.net/p/gar/code/26173
Author:   rmottola
Date:     2017-05-02 21:13:51 +0000 (Tue, 02 May 2017)
Log Message:
-----------
openssl1/branches/lts102: differentiate compilers for each OSREL

Modified Paths:
--------------
    csw/mgar/pkg/openssl1/branches/lts102/Makefile

Modified: csw/mgar/pkg/openssl1/branches/lts102/Makefile
===================================================================
--- csw/mgar/pkg/openssl1/branches/lts102/Makefile	2017-04-30 17:38:57 UTC (rev 26172)
+++ csw/mgar/pkg/openssl1/branches/lts102/Makefile	2017-05-02 21:13:51 UTC (rev 26173)
@@ -28,7 +28,9 @@
 
 # This recipe can be used to compile openssl with Sun Studio or GCC
 # Just define the GARCOMPILER to the GNU or SUN
-GARCOMPILER = SOS12U4
+GARCOMPILER_5.9 = SOS12
+GARCOMPILER_5.10 = SOS12U4
+GARCOMPILER_5.11 = SOS12U4
 GARCOMPILER_TYPE = $(if $(findstring GCC,$(GARCOMPILER)),GNU,SUN)
 
 PACKAGES = CSWlibssl1-0-0 CSWlibssl-dev CSWopenssl-utils

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