Try to improve the wording for the GSSAPI+OpenSSL IGNORE in r390499.
PR: 200555
This commit is contained in:
parent
98f9bd0b9b
commit
ccb85da3cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390525
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ IGNORE= only supports LIBSSH2 with OpenSSL
|
|||
(!defined(WITH_OPENSSL_BASE) && exists(${LOCALBASE}/lib/libcrypto.so)) || \
|
||||
(defined(OPENSSL_PORT) && ${OPENSSL_PORT} == "security/libressl"))
|
||||
.if ${PORT_OPTIONS:MGSSAPI_BASE}
|
||||
IGNORE= with GSSAPI_BASE, configure failed to detect OpenSSL/LibreSSL from ports and links against base OpenSSL
|
||||
IGNORE= GSSAPI_BASE is set, which is not compatible with OpenSSL/LibreSSL from ports. Unset it or do not use ports SSL.
|
||||
.endif
|
||||
.if ${PORT_OPTIONS:MTLS_SRP} && defined(OPENSSL_PORT) && ${OPENSSL_PORT} == "security/libressl"
|
||||
IGNORE= unsupported TLS-SRP in LibreSSL
|
||||
|
|
Loading…
Reference in a new issue