aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php5
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2006-08-19 00:40:18 +0800
committerdelphij <delphij@FreeBSD.org>2006-08-19 00:40:18 +0800
commitbf173771e41778bb3a165b842f3a6d753892b52f (patch)
tree983ebb8eaeff7ee9be75f2556591ace116a9896c /lang/php5
parenta7c37396df54ab871299254a3c3cd9d50a806519 (diff)
downloadfreebsd-ports-gnome-bf173771e41778bb3a165b842f3a6d753892b52f.tar.gz
freebsd-ports-gnome-bf173771e41778bb3a165b842f3a6d753892b52f.tar.zst
freebsd-ports-gnome-bf173771e41778bb3a165b842f3a6d753892b52f.zip
Allow php5-ldap to be built with SASL support enabled.
Note that PORTREVISION is intentionally not bumped because an update is under way. Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> PR: ports/96428 Approved by: ale's vacation
Diffstat (limited to 'lang/php5')
-rw-r--r--lang/php5/Makefile.ext4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext
index 02aadbc30f08..49b14689829d 100644
--- a/lang/php5/Makefile.ext
+++ b/lang/php5/Makefile.ext
@@ -149,6 +149,10 @@ USE_GCC= 3.4+
CONFIGURE_ARGS+=--with-ldap=${LOCALBASE}
USE_OPENLDAP= yes
+
+. ifdef(WANT_OPENLDAP_SASL)
+CONFIGURE_ARGS+=--with-ldap-sasl
+. endif
.endif
.if ${PHP_MODNAME} == "mbstring"