[apr-util] use -lldap_r instead of -lldap

jorton jorton at fedoraproject.org
Thu Oct 18 09:15:12 UTC 2012


commit 03477d2c5113cbe9a11c1dd1bf209b3bc658190c
Author: Joe Orton <jorton at redhat.com>
Date:   Thu Oct 18 10:15:05 2012 +0100

    use -lldap_r instead of -lldap

 apr-util.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/apr-util.spec b/apr-util.spec
index 57aaffc..7bd5de1 100644
--- a/apr-util.spec
+++ b/apr-util.spec
@@ -10,7 +10,7 @@
 Summary: Apache Portable Runtime Utility library
 Name: apr-util
 Version: 1.4.1
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: ASL 2.0
 Group: System Environment/Libraries
 URL: http://apr.apache.org/
@@ -130,7 +130,7 @@ autoheader && autoconf
 export ac_cv_ldap_set_rebind_proc_style=three
 %configure --with-apr=%{_prefix} \
         --includedir=%{_includedir}/apr-%{apuver} \
-        --with-ldap --without-gdbm \
+        --with-ldap=ldap_r --without-gdbm \
         --with-sqlite3 --with-pgsql --with-mysql --with-freetds --with-odbc \
         --with-berkeley-db \
         --without-sqlite2 \
@@ -226,6 +226,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/aclocal/*.m4
 
 %changelog
+* Thu Oct 18 2012 Joe Orton <jorton at redhat.com> - 1.4.1-6
+- use -lldap_r instead of -lldap
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list