Author: jfrederic.clere(a)jboss.com
Date: 2009-08-06 03:55:33 -0400 (Thu, 06 Aug 2009)
New Revision: 2526
Added:
trunk/build/patch/apr-util-1.3.4.patch
Log:
Otherwise: on windoze...
e:\workspace\JBossWebNative-windows\jbossnative\build\unix\work\jboss-native-2.1.0-dev-src-ssl\srclib\apr-util-1.3.4\xlate\xlate.c(43)
: fatal error C1083: Cannot open include file: 'apr_iconv.h': No such file or
directory
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Added: trunk/build/patch/apr-util-1.3.4.patch
===================================================================
--- trunk/build/patch/apr-util-1.3.4.patch (rev 0)
+++ trunk/build/patch/apr-util-1.3.4.patch 2009-08-06 07:55:33 UTC (rev 2526)
@@ -0,0 +1,11 @@
+--- include/apu.hw
++++ include/apu.hw
+@@ -101,7 +101,7 @@
+ #define APU_HAVE_SQLITE3 0
+ #define APU_HAVE_ORACLE 0
+
+-#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