From 86f908a0e4b1f8c30c0096a9e9ad5186b7060816 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 20 Dec 2011 12:39:34 -0500 Subject: [PATCH] slapi-plugins: use thread-safe ldap library --- daemons/configure.ac | 2 +- freeipa.spec.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/daemons/configure.ac b/daemons/configure.ac index bee260dcd..deaa47358 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 diff --git a/freeipa.spec.in b/freeipa.spec.in index 05e1a1a2d..2526a5247 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -24,7 +24,7 @@ Source0: freeipa-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %if ! %{ONLY_CLIENT} -BuildRequires: 389-ds-base-devel >= 1.2.10-0.5.a5 +BuildRequires: 389-ds-base-devel >= 1.2.10-0.6.a6 BuildRequires: svrcore-devel BuildRequires: /usr/share/selinux/devel/Makefile BuildRequires: policycoreutils >= %{POLICYCOREUTILSVER}