From b1004eb606733fdc8a0ae7f526b938d87c2f269a Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Thu, 17 Aug 2006 05:17:14 +0000 Subject: - new option WITH_OPENSSL_COMPRESSION Submitted by: Corey Smith --- security/openssl/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'security/openssl') diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 0c3cc498c2b6..b4152b7f062b 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:: -- cgit v1.2.3