mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
slapi-plugins: use thread-safe ldap library
This commit is contained in:
committed by
Alexander Bokovoy
parent
f56f8a34d3
commit
86f908a0e4
@@ -174,7 +174,7 @@ if test "$with_ldap" = "yes"; then
|
||||
if test "$with_ldap_lber" = "yes" ; then
|
||||
OPENLDAP_LIBS="${OPENLDAP_LIBS} -llber"
|
||||
fi
|
||||
OPENLDAP_LIBS="${OPENLDAP_LIBS} -lldap"
|
||||
OPENLDAP_LIBS="${OPENLDAP_LIBS} -lldap_r"
|
||||
else
|
||||
AC_MSG_ERROR([OpenLDAP not found])
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user