From 0a851679046b733fcb25906969cc18678c44b714 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Mar 02 2011 17:08:53 +0000 Subject: fix build --- diff --git a/apr-util.spec b/apr-util.spec index d94018e..bad60c9 100644 --- a/apr-util.spec +++ b/apr-util.spec @@ -4,7 +4,7 @@ Summary: Apache Portable Runtime Utility library Name: apr-util Version: 1.3.10 -Release: 4%{?dist} +Release: 5%{?dist} License: ASL 2.0 Group: System Environment/Libraries URL: http://apr.apache.org/ @@ -99,6 +99,9 @@ This package provides the LDAP support for the apr-util. %build 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} \ --includedir=%{_includedir}/apr-%{apuver} \ --with-ldap --without-gdbm \ @@ -188,6 +191,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/*.m4 %changelog +* Wed Mar 2 2011 Joe Orton - 1.3.10-5 +- fix build + * Wed Mar 2 2011 Joe Orton - 1.3.10-4 - rebuild