Author: mladen.turk(a)jboss.com
Date: 2008-01-17 07:20:21 -0500 (Thu, 17 Jan 2008)
New Revision: 1285
Modified:
trunk/build/patch/apr-1.2.12.patch
trunk/build/patch/apr-util-1.2.12.patch
Log:
Fix the patch order.
Modified: trunk/build/patch/apr-1.2.12.patch
===================================================================
--- trunk/build/patch/apr-1.2.12.patch 2008-01-17 12:14:45 UTC (rev 1284)
+++ trunk/build/patch/apr-1.2.12.patch 2008-01-17 12:20:21 UTC (rev 1285)
@@ -4,8 +4,8 @@
#define APR_HAVE_IN_ADDR 1
#define APR_HAVE_INET_ADDR 1
#define APR_HAVE_INET_NETWORK 0
--#define APR_HAVE_IPV6 1
-+#define APR_HAVE_IPV6 0
+-#define APR_HAVE_IPV6 0
++#define APR_HAVE_IPV6 1
#define APR_HAVE_MEMMOVE 1
#define APR_HAVE_SETRLIMIT 0
#define APR_HAVE_SIGACTION 0
Modified: trunk/build/patch/apr-util-1.2.12.patch
===================================================================
--- trunk/build/patch/apr-util-1.2.12.patch 2008-01-17 12:14:45 UTC (rev 1284)
+++ trunk/build/patch/apr-util-1.2.12.patch 2008-01-17 12:20:21 UTC (rev 1285)
@@ -4,8 +4,8 @@
#define APU_HAVE_SQLITE3 0
#define APU_HAVE_ORACLE 0
--#define APU_HAVE_APR_ICONV 0
-+#define APU_HAVE_APR_ICONV 1
+-#define APU_HAVE_APR_ICONV 1
++#define APU_HAVE_APR_ICONV 0
#define APU_HAVE_ICONV 0
#define APR_HAS_XLATE (APU_HAVE_APR_ICONV || APU_HAVE_ICONV)
Show replies by date