diff options
author | Alex Dupre <ale@FreeBSD.org> | 2013-12-27 18:24:43 +0800 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2013-12-27 18:24:43 +0800 |
commit | f0d7ca680e04fc58863f2ba502f767091267725c (patch) | |
tree | 01bda50844aca0852a8128c220127f04af5f456d /lang/php5 | |
parent | d393bbf93e9a1f62c610ae8c1a03915169127e2c (diff) | |
download | freebsd-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.ext | 2 |
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 |