diff options
author | Xin LI <delphij@FreeBSD.org> | 2021-08-01 01:31:01 -0700 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2021-08-01 01:32:35 -0700 |
commit | 974e13b50148c5c8e7b33a1cb7e9dbaa9aedbc70 (patch) | |
tree | b859452da4f6b6583b7d951258145569954d1c63 /lang/php73 | |
parent | www/pmwiki: Update to 2.2.141 (diff) |
net/openldap24-server: Make SASL permanent for OpenLDAP port.
PR: ports/257374
Reviewed by: obrien
Approved by: portmgr (exp-run by antoine)
Differential Revision: https://reviews.freebsd.org/D31301
Diffstat (limited to 'lang/php73')
-rw-r--r-- | lang/php73/Makefile | 2 | ||||
-rw-r--r-- | lang/php73/Makefile.ext | 6 |
2 files changed, 2 insertions, 6 deletions
diff --git a/lang/php73/Makefile b/lang/php73/Makefile index dbf7db29339b..f47d4aa6ed81 100644 --- a/lang/php73/Makefile +++ b/lang/php73/Makefile @@ -1,6 +1,6 @@ PORTNAME= php73 DISTVERSION= 7.3.29 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${DISTVERSION} diff --git a/lang/php73/Makefile.ext b/lang/php73/Makefile.ext index b4383b45c864..196614f1481d 100644 --- a/lang/php73/Makefile.ext +++ b/lang/php73/Makefile.ext @@ -174,13 +174,9 @@ CONFIGURE_ARGS+=--enable-json .endif .if ${PHP_MODNAME} == "ldap" -CONFIGURE_ARGS+=--with-ldap=${LOCALBASE} +CONFIGURE_ARGS+=--with-ldap=${LOCALBASE} --with-ldap-sasl=${LOCALBASE} USE_OPENLDAP= yes - -. ifdef(WANT_OPENLDAP_SASL) -CONFIGURE_ARGS+=--with-ldap-sasl=${LOCALBASE} -. endif .endif .if ${PHP_MODNAME} == "mbstring" |