From: Felix Fietkau Date: Thu, 2 May 2013 12:39:31 +0000 (+0000) Subject: tools/mtools: disable iconv support, it breaks on some systems X-Git-Tag: reboot~10529 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=0ed3a7b9d032905caf84c124b32df99731015a61;p=openwrt%2Fstaging%2Flynxis.git tools/mtools: disable iconv support, it breaks on some systems Signed-off-by: Felix Fietkau SVN-Revision: 36516 --- 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