summaryrefslogtreecommitdiffstats
path: root/security/openssl
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2006-08-17 05:17:14 +0000
committerdinoex <dinoex@FreeBSD.org>2006-08-17 05:17:14 +0000
commit75e2ee936d23afde48e3f7be37be514a25a6e5b2 (patch)
treeca92d61960dbb840e437b86b743fc90ab59d49f0 /security/openssl
parent5623cff435149084d6081c075b111fe3c1682b61 (diff)
downloadFreeBSD-ports-75e2ee936d23afde48e3f7be37be514a25a6e5b2.zip
FreeBSD-ports-75e2ee936d23afde48e3f7be37be514a25a6e5b2.tar.gz
- new option WITH_OPENSSL_COMPRESSION
Submitted by: Corey Smith
Diffstat (limited to 'security/openssl')
-rw-r--r--security/openssl/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 0c3cc49..b4152b7 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -924,6 +924,10 @@ PLIST_SUB+= SHLIBVER=${OPENSSL_SHLIBVER}
INSTALLS_SHLIB= yes
.endif
+.if defined(WITH_OPENSSL_COMPRESSION)
+EXTRACONFIGURE+= zlib
+.endif
+
.if defined(OPENSSL_OVERWRITE_BASE)
.if exists(/lib/libcrypto.so) || exists(/lib/libcrypto.so.3)
pre-everything::
OpenPOWER on IntegriCloud