View | Details | Raw Unified | Return to bug 97581
Collapse All | Expand All

(-)Makefile.ext (+5 lines)
Lines 146-151 Link Here
146
.if ${PHP_MODNAME} == "ldap"
146
.if ${PHP_MODNAME} == "ldap"
147
CONFIGURE_ARGS+=--with-ldap=${LOCALBASE}
147
CONFIGURE_ARGS+=--with-ldap=${LOCALBASE}
148
148
149
.if defined(WITH_SASL)
150
CONFIGURE_ARGS+=--with-ldap-sasl
151
WANT_OPENLDAP_SASL=	yes
152
.endif
153
149
USE_OPENLDAP=	yes
154
USE_OPENLDAP=	yes
150
.endif
155
.endif

Return to bug 97581