diff options
author | Xin LI <delphij@FreeBSD.org> | 2006-08-18 16:40:18 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2006-08-18 16:40:18 +0000 |
commit | 872a6959cf8b4ec5278bc83354dec9305ee2d987 (patch) | |
tree | 5f284d13845196ba8cdc20270596bd8397de736f /lang/php5 | |
parent | Update to 4.4.4. (diff) |
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
Notes
Notes:
svn path=/head/; revision=170938
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile.ext | 4 |
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" |