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

(-)Makefile 2010-06-12 17:43:16.000000000 +0900 (-1 / +1 lines)
Lines 144-150 Link Here
144
144
145
.if defined (WITH_LDAP) || defined (WITH_LDAP_MODULES)
145
.if defined (WITH_LDAP) || defined (WITH_LDAP_MODULES)
146
USE_OPENLDAP=                YES
146
USE_OPENLDAP=                YES
147
CONFIGURE_ARGS+=        --enable-ldap=shared --enable-auth-ldap --with-ldap \
147
CONFIGURE_ARGS+=        --enable-ldap=shared --enable-auth-ldap=shared --with-ldap \
148
        --with-ldap-lib="${LOCALBASE}/lib" \
148
        --with-ldap-lib="${LOCALBASE}/lib" \
149
        --with-ldap-include="${LOCALBASE}/include"
149
        --with-ldap-include="${LOCALBASE}/include"
150
.endif
150
.endif

Return to bug 147806