aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2021-06-06 22:17:11 +0000
committerXin LI <delphij@FreeBSD.org>2021-06-06 22:17:11 +0000
commit960d4878c57fe52012d565f5c88b9451c7d14723 (patch)
tree274493decb054f61123d6c26c6e7ebb2826ca9db
parentb9a58f89402d98f12aff3e5cc5b3e9a7b477dc86 (diff)
downloadports-960d4878c57fe52012d565f5c88b9451c7d14723.tar.gz
ports-960d4878c57fe52012d565f5c88b9451c7d14723.zip
net/openldap24-server: Mark IGNORE when libressl is chosen for now.
The current release of libressl does not yet provide OpenSSL style TLSv1.3 API which is required by OpenLDAP cd3567d75 (ITS#9521). PR: 256433
-rw-r--r--net/openldap24-server/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile
index aa3d8dafa451..0efe7962e43a 100644
--- a/net/openldap24-server/Makefile
+++ b/net/openldap24-server/Makefile
@@ -218,6 +218,10 @@ CONFIGURE_ARGS= --with-threads=posix \
--disable-dependency-tracking \
--enable-dynamic
+.if ${SSL_DEFAULT:Mlibressl*}
+IGNORE+= requires OpenSSL 1.1 TLSv1.3 API in a future release of LibreSSL
+.endif
+
.if ${PORT_OPTIONS:MSASL}
LIB_DEPENDS+= libsasl2.so:security/cyrus-sasl2
CONFIGURE_ARGS+= --with-cyrus-sasl