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-a3cf2f4a3e73master
parent
edc084effc
commit
ba0b3d86d8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue