From: nbd Date: Thu, 2 May 2013 12:39:47 +0000 (+0000) Subject: tools/mtools: disable iconv support, it breaks on some systems X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=d6ce6ebe0dd42764207da7c4024be8aaec2030b9;p=12.09%2Fopenwrt.git tools/mtools: disable iconv support, it breaks on some systems Signed-off-by: Felix Fietkau Backport of r36516 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36517 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/tools/mtools/Makefile b/tools/mtools/Makefile index 8d227c1..1299345 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