projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ac2b3b
)
tools/mtools: disable iconv support, it breaks on some systems
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 2 May 2013 12:39:31 +0000
(12:39 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 2 May 2013 12:39:31 +0000
(12:39 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36516
tools/mtools/Makefile
patch
|
blob
|
history
diff --git
a/tools/mtools/Makefile
b/tools/mtools/Makefile
index 8d227c147779383d4fc75e55ca1c49545482e811..12993458c4045a25ea4eb9ce4c1cf1a4c34704ad 100644
(file)
--- 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