diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-05-02 12:39:31 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-05-02 12:39:31 +0000 |
commit | 0ed3a7b9d032905caf84c124b32df99731015a61 (patch) | |
tree | 7247d92b7021e566976c32d1ec45977ba5168159 /tools/mtools | |
parent | 6ac2b3b76a728fe75d6b2014bfdeeeb7f39fa4b9 (diff) | |
download | upstream-0ed3a7b9d032905caf84c124b32df99731015a61.tar.gz upstream-0ed3a7b9d032905caf84c124b32df99731015a61.tar.bz2 upstream-0ed3a7b9d032905caf84c124b32df99731015a61.zip |
tools/mtools: disable iconv support, it breaks on some systems
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36516
Diffstat (limited to 'tools/mtools')
-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 |