From bf173771e41778bb3a165b842f3a6d753892b52f Mon Sep 17 00:00:00 2001 From: delphij Date: Fri, 18 Aug 2006 16:40:18 +0000 Subject: 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 PR: ports/96428 Approved by: ale's vacation --- lang/php5/Makefile.ext | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lang/php5') 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" -- cgit