[csw-devel] SF.net SVN: gar:[22157] csw/mgar/pkg/openssl1/trunk
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Mon Oct 7 13:16:50 CEST 2013
Revision: 22157
http://gar.svn.sourceforge.net/gar/?rev=22157&view=rev
Author: chninkel
Date: 2013-10-07 11:16:50 +0000 (Mon, 07 Oct 2013)
Log Message:
-----------
openssl1/trunk: re-enabled i386 isa and disabled sse2 for it to allow for old server to still use libcrypto
Modified Paths:
--------------
csw/mgar/pkg/openssl1/trunk/Makefile
csw/mgar/pkg/openssl1/trunk/files/changelog.CSW
Modified: csw/mgar/pkg/openssl1/trunk/Makefile
===================================================================
--- csw/mgar/pkg/openssl1/trunk/Makefile 2013-10-07 11:16:25 UTC (rev 22156)
+++ csw/mgar/pkg/openssl1/trunk/Makefile 2013-10-07 11:16:50 UTC (rev 22157)
@@ -151,11 +151,16 @@
BUILD64 = 1
ISAEXEC = 1
+# We re-enable the i386 default ISA to be able
+# to provide an isa not requiring sse2 for old servers
+ISA_DEFAULT_i386 = i386
+
# 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
+
# the openssl build system doesn't honor bindir
# as it doesn't install 64 bits binaries in bin/{amd64,sparcv9}
# we fix this at the merge step
Modified: csw/mgar/pkg/openssl1/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/openssl1/trunk/files/changelog.CSW 2013-10-07 11:16:25 UTC (rev 22156)
+++ csw/mgar/pkg/openssl1/trunk/files/changelog.CSW 2013-10-07 11:16:50 UTC (rev 22157)
@@ -1,6 +1,7 @@
openssl (1.0.1e,rev=2013.08.10) unstable
- * Disabled sse2 support for the i386 architecture.
+ * Re-enabled the i386 isa and disabled sse2 support for it to allow
+ openssl to run on old servers (Closes: #5112).
-- yann rouillard <yann at opencsw.org> Thu, 03 Oct 2013 21:57:06 +0200
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