summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2013-12-27 10:24:43 +0000
committerAlex Dupre <ale@FreeBSD.org>2013-12-27 10:24:43 +0000
commitf0d7ca680e04fc58863f2ba502f767091267725c (patch)
tree01bda50844aca0852a8128c220127f04af5f456d /lang
parentSupport stage (diff)
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>
Notes
Notes: svn path=/head/; revision=337692
Diffstat (limited to 'lang')
-rw-r--r--lang/php5/Makefile.ext2
-rw-r--r--lang/php55/Makefile.ext2
2 files changed, 2 insertions, 2 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
diff --git a/lang/php55/Makefile.ext b/lang/php55/Makefile.ext
index 79c59f07f828..f61e2b00fd4b 100644
--- a/lang/php55/Makefile.ext
+++ b/lang/php55/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