From 974e13b50148c5c8e7b33a1cb7e9dbaa9aedbc70 Mon Sep 17 00:00:00 2001 From: Xin LI Date: Sun, 1 Aug 2021 01:31:01 -0700 Subject: 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 --- lang/php73/Makefile | 2 +- lang/php73/Makefile.ext | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'lang/php73') 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" -- cgit v1.2.3