[Pkg-apache-commits] r1380 - in /trunk/apr-util: changelog rules

sf at alioth.debian.org sf at alioth.debian.org
Wed Dec 7 19:24:59 UTC 2011


Author: sf
Date: Wed Dec  7 19:24:59 2011
New Revision: 1380

URL: http://svn.debian.org/wsvn/pkg-apache/?sc=1&rev=1380
Log:
Add workaround for ldap detection problem, to fix FTBFS with gcc 4.6.

Modified:
    trunk/apr-util/changelog
    trunk/apr-util/rules

Modified: trunk/apr-util/changelog
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apr-util/changelog?rev=1380&op=diff
==============================================================================
--- trunk/apr-util/changelog (original)
+++ trunk/apr-util/changelog Wed Dec  7 19:24:59 2011
@@ -1,5 +1,7 @@
 apr-util (1.3.12+dfsg-3) UNRELEASED; urgency=low
 
+  * Add workaround for ldap detection problem, to fix FTBFS with gcc 4.6.
+    Closes: #651147
   * Remove Tollef Fog Heen and Ryan Niebur from uploaders. Thanks for your
     work in the past.
 

Modified: trunk/apr-util/rules
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apr-util/rules?rev=1380&op=diff
==============================================================================
--- trunk/apr-util/rules (original)
+++ trunk/apr-util/rules Wed Dec  7 19:24:59 2011
@@ -58,6 +58,8 @@
 endif
 
 CONFFLAGS += ac_cv_prog_AWK=mawk
+# workaround for #651147, remove in 1.4.x:
+CONFFLAGS += ac_cv_ldap_set_rebind_proc_style=three
 
 SHELL=/bin/bash
 




More information about the Pkg-apache-commits mailing list