summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2005-10-16 02:16:02 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2005-10-16 02:16:02 +0000
commitd57c6fd45fc938412c13b84313fbd017e0de3334 (patch)
tree8aa89fe268f3e105e737b946f10cd657b537f871 /security
parent[FIX] Chase change of distfile of rubygem-redcloth (diff)
- new option WITHOUT_OPENSSL_SSE2
http://www.openssl.org/docs/crypto/OPENSSL_ia32cap.html Suggested by: Grant Swenson
Notes
Notes: svn path=/head/; revision=145491
Diffstat (limited to 'security')
-rw-r--r--security/openssl/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 142ceaf4f064..c5382960dde0 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -899,6 +899,10 @@ MAKE_ARGS+= WHOLE_ARCHIVE_FLAG=-Bforcearchive
MAKE_ARGS+= WHOLE_ARCHIVE_FLAG=--whole-archive
.endif
+# disable runtime SSE2 detection
+.if defined(WITHOUT_OPENSSL_SSE2)
+EXTRACONFIGURE+= no-sse2
+.endif
EXTRACONFIGURE+= no-fips
.if defined(NOSHARED)
PLIST_SUB+= SHARED="@comment "