summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-05-02 12:39:31 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-05-02 12:39:31 +0000
commit783dd12de99ead434a28ea13bc6d4936c0cd4999 (patch)
tree387c70d800c72085424f5f04fb5f2ba9ab96d193 /tools
parent65731a0a8ebd0ecc5ff61b945bb80350b0ceb1e6 (diff)
tools/mtools: disable iconv support, it breaks on some systems
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36516 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools')
-rw-r--r--tools/mtools/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/mtools/Makefile b/tools/mtools/Makefile
index 8d227c147..12993458c 100644
--- a/tools/mtools/Makefile
+++ b/tools/mtools/Makefile
@@ -16,6 +16,9 @@ PKG_CAT:=zcat
include $(INCLUDE_DIR)/host-build.mk
+HOST_CONFIGURE_VARS += \
+ ac_cv_header_iconv_h=no
+
HOST_LDFLAGS += $(HOST_STATIC_LINKING)
define Host/Compile