fix build

This commit is contained in:
Joe Orton 2011-03-02 17:08:53 +00:00
parent cd87dda0c9
commit 0a85167904

View File

@ -4,7 +4,7 @@
Summary: Apache Portable Runtime Utility library Summary: Apache Portable Runtime Utility library
Name: apr-util Name: apr-util
Version: 1.3.10 Version: 1.3.10
Release: 4%{?dist} Release: 5%{?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/
@ -99,6 +99,9 @@ This package provides the LDAP support for the apr-util.
%build %build
autoheader && autoconf autoheader && autoconf
# A fragile autoconf test which fails if the code trips
# any other warning; force correct result for OpenLDAP:
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 --without-gdbm \
@ -188,6 +191,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/aclocal/*.m4 %{_datadir}/aclocal/*.m4
%changelog %changelog
* Wed Mar 2 2011 Joe Orton <jorton@redhat.com> - 1.3.10-5
- fix build
* Wed Mar 2 2011 Joe Orton <jorton@redhat.com> - 1.3.10-4 * Wed Mar 2 2011 Joe Orton <jorton@redhat.com> - 1.3.10-4
- rebuild - rebuild