From: nbd Date: Thu, 2 May 2013 12:39:31 +0000 (+0000) Subject: tools/mtools: disable iconv support, it breaks on some systems X-Git-Tag: fast2504n-3.10.28-merged~2659 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=783dd12de99ead434a28ea13bc6d4936c0cd4999;p=openwrt.git tools/mtools: disable iconv support, it breaks on some systems Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36516 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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