[csw-devel] SF.net SVN: gar:[16991] csw/mgar/pkg/openssl/trunk/Makefile
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Sat Feb 4 21:28:38 CET 2012
Revision: 16991
http://gar.svn.sourceforge.net/gar/?rev=16991&view=rev
Author: chninkel
Date: 2012-02-04 20:28:37 +0000 (Sat, 04 Feb 2012)
Log Message:
-----------
openssl: keep pentium_pro in the same location for 5.9 and 5.10
Modified Paths:
--------------
csw/mgar/pkg/openssl/trunk/Makefile
Modified: csw/mgar/pkg/openssl/trunk/Makefile
===================================================================
--- csw/mgar/pkg/openssl/trunk/Makefile 2012-02-04 14:31:17 UTC (rev 16990)
+++ csw/mgar/pkg/openssl/trunk/Makefile 2012-02-04 20:28:37 UTC (rev 16991)
@@ -152,9 +152,16 @@
# The list of instructions set for which we will
# provide optimized libraries and binaries
-EXTRA_BUILD_ISAS_i386 = pentium_pro amd64
-EXTRA_BUILD_ISAS_sparc = sparcv8plus+vis sparcv9
+BUILD64 = 1
+BUILD64_LIBS_ONLY = 1
+EXTRA_BUILD_ISAS_i386 = pentium_pro
+EXTRA_BUILD_ISAS_sparc = sparcv8plus+vis
+# we keep building the i386 even under 5.10 to keep the
+# same prototype file for Solaris 9 and Solaris 10 packages
+# (could switch to dynamic prototype to avoid that)
+ISA_DEFAULT_i386-5.10 = i386
+
# GAR wants and puts sparcv9 in lib/64 but openssl build system
# isn't the standard autoconf/automake one so we disable this
# relocation for now
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