[csw-devel] SF.net SVN: gar:[22115] csw/mgar/pkg/openssl1/trunk/Makefile
pfelecan at users.sourceforge.net
pfelecan at users.sourceforge.net
Fri Oct 4 10:15:39 CEST 2013
Revision: 22115
http://gar.svn.sourceforge.net/gar/?rev=22115&view=rev
Author: pfelecan
Date: 2013-10-04 08:15:39 +0000 (Fri, 04 Oct 2013)
Log Message:
-----------
openssl1/trunk: also disable sse2 for pentium_pro build (temporary workaround)
Modified Paths:
--------------
csw/mgar/pkg/openssl1/trunk/Makefile
Modified: csw/mgar/pkg/openssl1/trunk/Makefile
===================================================================
--- csw/mgar/pkg/openssl1/trunk/Makefile 2013-10-03 19:58:23 UTC (rev 22114)
+++ csw/mgar/pkg/openssl1/trunk/Makefile 2013-10-04 08:15:39 UTC (rev 22115)
@@ -174,7 +174,7 @@
# The corresponding os/compiler to pass to the
# openssl Configure script
i386_OS_COMPILER = no-sse2 solaris-x86-cc-sunw
-pentium_pro_OS_COMPILER = solaris-x86-pentium_pro-cc-sunw
+pentium_pro_OS_COMPILER = no-sse2 solaris-x86-pentium_pro-cc-sunw
amd64_OS_COMPILER = solaris64-x86_64-cc-sunw
sparcv8_OS_COMPILER = solaris-sparcv8-cc-sunw
@@ -240,7 +240,7 @@
fi
[ ! -d "$(PKGROOT)$(sysconfdir)/ssl/misc" ] || \
mv "$(PKGROOT)$(sysconfdir)/ssl/misc" "$(PKGROOT)/$(prefix)/ssl/"
-
+
merge-doc:
for CATALOGNAME in $(foreach PKG, $(PACKAGES), $(call catalogname,$(PKG))); do \
ginstall -d $(PKGROOT)/$(docdir)/$$CATALOGNAME; \
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