|
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 |