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 - 1.4.1-6 +- use -lldap_r instead of -lldap + * Wed Jul 18 2012 Fedora Release Engineering - 1.4.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild