diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-05-02 12:39:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-05-02 12:39:47 +0000 |
commit | bb85ac89e4df11ff0c7d29edf0c16f901db0f76d (patch) | |
tree | 017c9f7bdc8ec1a64a3767375b879f90f752be00 /tools | |
parent | 202a1d976a733cf50e17b460260cc4163ca5de68 (diff) | |
download | upstream-bb85ac89e4df11ff0c7d29edf0c16f901db0f76d.tar.gz upstream-bb85ac89e4df11ff0c7d29edf0c16f901db0f76d.tar.bz2 upstream-bb85ac89e4df11ff0c7d29edf0c16f901db0f76d.zip |
tools/mtools: disable iconv support, it breaks on some systems
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r36516
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36517 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools')
-rw-r--r-- | tools/mtools/Makefile | 3 |
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 |