JBoss Native SVN: r3216 - trunk/build/patch.
by jbossnative-commits@lists.jboss.org
Author: jfrederic.clere(a)jboss.com
Date: 2014-01-28 07:30:20 -0500 (Tue, 28 Jan 2014)
New Revision: 3216
Removed:
trunk/build/patch/apr-util-1.5.3.patch
Log:
The patch is not needed in fact.
Deleted: trunk/build/patch/apr-util-1.5.3.patch
===================================================================
--- trunk/build/patch/apr-util-1.5.3.patch 2014-01-28 12:26:12 UTC (rev 3215)
+++ trunk/build/patch/apr-util-1.5.3.patch 2014-01-28 12:30:20 UTC (rev 3216)
@@ -1,33 +0,0 @@
-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 */