From 3cd1a9febe6a051db98d737a3bb78c8f461a3af3 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Wed, 14 Oct 2015 18:42:18 -0300 Subject: [PATCH] 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 Signed-off-by: Thomas Petazzoni --- package/slang/slang.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/slang/slang.mk b/package/slang/slang.mk index 59ef9932cd..1a7576afc3 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 -- 2.30.2