From: Gustavo Zacarias Date: Wed, 14 Oct 2015 21:42:18 +0000 (-0300) Subject: slang: forcibly disable oniguruma support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3cd1a9febe6a051db98d737a3bb78c8f461a3af3;p=buildroot.git 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 --- 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