summaryrefslogtreecommitdiffstats
path: root/rules/slang.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/slang.make')
-rw-r--r--rules/slang.make4
1 files changed, 3 insertions, 1 deletions
diff --git a/rules/slang.make b/rules/slang.make
index 86d5755b1..330f28d87 100644
--- a/rules/slang.make
+++ b/rules/slang.make
@@ -48,9 +48,11 @@ SLANG_ENV := $(CROSS_ENV)
SLANG_AUTOCONF := \
$(CROSS_AUTOCONF_USR) \
--without-png \
- --without-iconv \
--without-pcre
+# FIXME: iconv support is broken (at least for glibc-iconv)
+SLANG_AUTOCONF += --without-iconv
+
# ----------------------------------------------------------------------------
# Compile
# ----------------------------------------------------------------------------