summaryrefslogtreecommitdiffstats
path: root/daemons
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2011-12-20 12:39:34 -0500
committerAlexander Bokovoy <abokovoy@redhat.com>2012-01-13 19:08:45 +0200
commit415e289d0b38465bdd5d072a9a33a6fa2b649130 (patch)
treeefdc4d83239b8ef764db1b2945e2426330a53ffc /daemons
parent5591cd5dfe97d7ad40484dcadfd69414f55a72af (diff)
downloadfreeipa.git-415e289d0b38465bdd5d072a9a33a6fa2b649130.tar.gz
freeipa.git-415e289d0b38465bdd5d072a9a33a6fa2b649130.tar.xz
freeipa.git-415e289d0b38465bdd5d072a9a33a6fa2b649130.zip
slapi-plugins: use thread-safe ldap library
Diffstat (limited to 'daemons')
-rw-r--r--daemons/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/configure.ac b/daemons/configure.ac
index b1924fdd..cf312212 100644
--- a/daemons/configure.ac
+++ b/daemons/configure.ac
@@ -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