summaryrefslogtreecommitdiff
path: root/package/slang
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-10-14 18:42:18 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-10-14 23:48:19 +0200
commit3cd1a9febe6a051db98d737a3bb78c8f461a3af3 (patch)
treedac9ea3d5dedf77117c6163ca3b2dc63c93e6017 /package/slang
parenta6f916430f553efa71dd7092073f5dec32861ba3 (diff)
slang: forcibly disable oniguruma support
If the host has oniguruma installed then slang can detect it and try to (wrongly) link against it resulting in build failure. Fixes: http://autobuild.buildroot.net/results/51f/51ff079ebbd363e0445d226ec80bc28e524fd88c/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/slang')
-rw-r--r--package/slang/slang.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/slang/slang.mk b/package/slang/slang.mk
index 59ef9932c..1a7576afc 100644
--- a/package/slang/slang.mk
+++ b/package/slang/slang.mk
@@ -9,6 +9,7 @@ SLANG_SITE = http://www.jedsoft.org/releases/slang
SLANG_LICENSE = GPLv2+
SLANG_LICENSE_FILES = COPYING
SLANG_INSTALL_STAGING = YES
+SLANG_CONF_OPTS = --with-onig=no
SLANG_MAKE = $(MAKE1)
# Racy and we don't have/do libtermcap