Author: jfrederic.clere(a)jboss.com
Date: 2014-01-27 11:55:32 -0500 (Mon, 27 Jan 2014)
New Revision: 3209
Added:
trunk/build/patch/apr-util-1.5.3.patch
Log:
Add patch for apr-util 1.5.3
Added: trunk/build/patch/apr-util-1.5.3.patch
===================================================================
--- trunk/build/patch/apr-util-1.5.3.patch (rev 0)
+++ trunk/build/patch/apr-util-1.5.3.patch 2014-01-27 16:55:32 UTC (rev 3209)
@@ -0,0 +1,33 @@
+Index: include/apu.hw
+===================================================================
+--- include/apu.hw (revision 1561739)
++++ include/apu.hw (working copy)
+@@ -105,7 +105,7 @@
+ /*
+ * we always have SDBM (it's in our codebase)
+ */
+-#define APU_HAVE_SDBM 1
++#define APU_HAVE_SDBM 0
+
+ #ifndef APU_DSO_MODULE_BUILD
+ #define APU_HAVE_GDBM 0
+@@ -128,7 +128,7 @@
+ #define APU_HAVE_SQLITE2 0
+ #define APU_HAVE_ORACLE 0
+ #define APU_HAVE_FREETDS 0
+-#define APU_HAVE_ODBC 1
++#define APU_HAVE_ODBC 0
+ #endif
+
+ #define APU_HAVE_CRYPTO 0
+@@ -138,8 +138,8 @@
+ #define APU_HAVE_NSS 0
+ #endif
+
+-#define APU_HAVE_APR_ICONV 1
+-#define APU_HAVE_ICONV 0
++#define APU_HAVE_APR_ICONV 0
++#define APU_HAVE_ICONV 1
+ #define APR_HAS_XLATE (APU_HAVE_APR_ICONV || APU_HAVE_ICONV)
+
+ #endif /* APU_H */
Show replies by date