f14b3705de
- unify configs of host/target - disable stuff to decrease build time - disable interactive gettextize: see http://lists.busybox.net/pipermail/buildroot/2014-April/093394.html Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
22 lines
526 B
Diff
22 lines
526 B
Diff
--- a/gettext-tools/gnulib-lib/libxml/xmlversion.in.h
|
|
+++ b/gettext-tools/gnulib-lib/libxml/xmlversion.in.h
|
|
@@ -273,7 +273,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(i
|
|
*
|
|
* Whether iconv support is available
|
|
*/
|
|
-#if 1
|
|
+#if 0
|
|
#define LIBXML_ICONV_ENABLED
|
|
#endif
|
|
|
|
--- a/gnulib-local/lib/libxml/xmlversion.in.h
|
|
+++ b/gnulib-local/lib/libxml/xmlversion.in.h
|
|
@@ -273,7 +273,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(i
|
|
*
|
|
* Whether iconv support is available
|
|
*/
|
|
-#if 1
|
|
+#if 0
|
|
#define LIBXML_ICONV_ENABLED
|
|
#endif
|
|
|