|
|
@ -25,3 +25,7 @@ |
|
|
|
pkginstalled openldap && \ |
|
|
|
var_append confopt ' ' "--with-openldap=$root/${pkg_openldap_prefix}" |
|
|
|
|
|
|
|
pkginstalled nspr && var_append extraconfopt ' ' \ |
|
|
|
"--with-nspr-includes=$root/usr/include/nspr --with-nspr-libs=$root/usr/lib --with-nss-includes=$root/usr/include/nss --with-nss-libs=$root/usr/lib" |
|
|
|
|
|
|
|
var_append makeopt " " "LDAP_CFLAGS+=-I$root/${pkg_openldap_prefix}/include" |