summaryrefslogtreecommitdiffstats
path: root/tools/mtools
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-05-02 12:39:31 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-05-02 12:39:31 +0000
commit0ed3a7b9d032905caf84c124b32df99731015a61 (patch)
tree7247d92b7021e566976c32d1ec45977ba5168159 /tools/mtools
parent6ac2b3b76a728fe75d6b2014bfdeeeb7f39fa4b9 (diff)
downloadmaster-31e0f0ae-0ed3a7b9d032905caf84c124b32df99731015a61.tar.gz
master-31e0f0ae-0ed3a7b9d032905caf84c124b32df99731015a61.tar.bz2
master-31e0f0ae-0ed3a7b9d032905caf84c124b32df99731015a61.zip
tools/mtools: disable iconv support, it breaks on some systems
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36516
Diffstat (limited to 'tools/mtools')
-rw-r--r--tools/mtools/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/mtools/Makefile b/tools/mtools/Makefile
index 8d227c1477..12993458c4 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