1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

- new option WITH_OPENSSL_COMPRESSION

Submitted by:	Corey Smith
This commit is contained in:
Dirk Meyer 2006-08-17 05:17:14 +00:00
parent 34fccf664b
commit b1004eb606
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170838

View File

@ -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::