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:
parent
34fccf664b
commit
b1004eb606
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170838
@ -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::
|
||||
|
Loading…
Reference in New Issue
Block a user