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/php53 | |
parent | 9af1ca16b57383d706f7bd4ff02857c9296ca9a2 (diff) |
Notes
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile.ext | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index 02aadbc30f08..49b14689829d 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/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" |