From d6ce6ebe0dd42764207da7c4024be8aaec2030b9 Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 2 May 2013 12:39:47 +0000 Subject: [PATCH] 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 --- tools/mtools/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.11.0