use -lldap_r instead of -lldap
This commit is contained in:
parent
fedf7e1ce9
commit
03477d2c51
@ -10,7 +10,7 @@
|
|||||||
Summary: Apache Portable Runtime Utility library
|
Summary: Apache Portable Runtime Utility library
|
||||||
Name: apr-util
|
Name: apr-util
|
||||||
Version: 1.4.1
|
Version: 1.4.1
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://apr.apache.org/
|
URL: http://apr.apache.org/
|
||||||
@ -130,7 +130,7 @@ autoheader && autoconf
|
|||||||
export ac_cv_ldap_set_rebind_proc_style=three
|
export ac_cv_ldap_set_rebind_proc_style=three
|
||||||
%configure --with-apr=%{_prefix} \
|
%configure --with-apr=%{_prefix} \
|
||||||
--includedir=%{_includedir}/apr-%{apuver} \
|
--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-sqlite3 --with-pgsql --with-mysql --with-freetds --with-odbc \
|
||||||
--with-berkeley-db \
|
--with-berkeley-db \
|
||||||
--without-sqlite2 \
|
--without-sqlite2 \
|
||||||
@ -226,6 +226,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/aclocal/*.m4
|
%{_datadir}/aclocal/*.m4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 18 2012 Joe Orton <jorton@redhat.com> - 1.4.1-6
|
||||||
|
- use -lldap_r instead of -lldap
|
||||||
|
|
||||||
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-5
|
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user