aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php5
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2013-12-27 18:24:43 +0800
committerAlex Dupre <ale@FreeBSD.org>2013-12-27 18:24:43 +0800
commitf0d7ca680e04fc58863f2ba502f767091267725c (patch)
tree01bda50844aca0852a8128c220127f04af5f456d /lang/php5
parentd393bbf93e9a1f62c610ae8c1a03915169127e2c (diff)
downloadfreebsd-ports-gnome-f0d7ca680e04fc58863f2ba502f767091267725c.tar.gz
freebsd-ports-gnome-f0d7ca680e04fc58863f2ba502f767091267725c.tar.zst
freebsd-ports-gnome-f0d7ca680e04fc58863f2ba502f767091267725c.zip
Fix build of ldap module when sasl is enabled and LOCALBASE is not /usr/local.
PR: ports/185151 Submitted by: Erick Turnquist <jhujhiti@adjectivism.org>
Diffstat (limited to 'lang/php5')
-rw-r--r--lang/php5/Makefile.ext2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext
index ccd55d551b79..4c0556ecfbfe 100644
--- a/lang/php5/Makefile.ext
+++ b/lang/php5/Makefile.ext
@@ -160,7 +160,7 @@ CONFIGURE_ARGS+=--with-ldap=${LOCALBASE}
USE_OPENLDAP= yes
. ifdef(WANT_OPENLDAP_SASL)
-CONFIGURE_ARGS+=--with-ldap-sasl
+CONFIGURE_ARGS+=--with-ldap-sasl=${LOCALBASE}
. endif
.endif