forked from Lainports/freebsd-ports
net/asterisk16: Mark IGNORESSL
This port do not have upstream support for OpenSSL 3 and later as it's supposed toe expire on 2023-10-09 so mark IGNORE_SSL for OSVERSION 1400092 and cases where SSL_DEFAULT is openssl. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
40dd71f828
commit
cf7fe19fd5
1 changed files with 5 additions and 0 deletions
|
|
@ -194,6 +194,11 @@ CC= clang${LLVM_VERSION}
|
|||
CXX= clang++${LLVM_VERSION}
|
||||
.endif
|
||||
|
||||
.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*}
|
||||
IGNORE_SSL= base openssl30 openssl31
|
||||
IGNORE_SSL_REASON= Missing upstream support for OpenSSL 3.0.0 and later in this version
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if empty(ICONV_LIB)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue