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 | ba0b3d86d8f0c9807f809ade2b3b052dc11132c8 (patch) | |
tree | 387c70d800c72085424f5f04fb5f2ba9ab96d193 /tools/mtools/Makefile | |
parent | edc084effc5aa7392973730fb59048039e5f17d5 (diff) | |
download | upstream-ba0b3d86d8f0c9807f809ade2b3b052dc11132c8.tar.gz upstream-ba0b3d86d8f0c9807f809ade2b3b052dc11132c8.tar.bz2 upstream-ba0b3d86d8f0c9807f809ade2b3b052dc11132c8.zip |
tools/mtools: disable iconv support, it breaks on some systems
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36516 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/mtools/Makefile')
-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 |