diff options
author | Simo Sorce <ssorce@redhat.com> | 2011-12-20 12:39:34 -0500 |
---|---|---|
committer | Alexander Bokovoy <abokovoy@redhat.com> | 2012-01-13 19:07:47 +0200 |
commit | 86f908a0e4b1f8c30c0096a9e9ad5186b7060816 (patch) | |
tree | 4fa454e97af7ce4d17ea2cbe442653612163400a | |
parent | f56f8a34d39ba13403e7a693b639b6b37fcd0a04 (diff) | |
download | freeipa-86f908a0e4b1f8c30c0096a9e9ad5186b7060816.tar.gz freeipa-86f908a0e4b1f8c30c0096a9e9ad5186b7060816.tar.xz freeipa-86f908a0e4b1f8c30c0096a9e9ad5186b7060816.zip |
slapi-plugins: use thread-safe ldap library
-rw-r--r-- | daemons/configure.ac | 2 | ||||
-rw-r--r-- | 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} |