slang: disable termcap
We don't have/do it and sometimes it misdetects. Fixes: http://autobuild.buildroot.net/results/ec9/ec9f1d7680aa50357d9a6646cef610dcaa1e8041/ Also add hash file. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
4f3c82fa48
commit
e17afee1b9
2
package/slang/slang.hash
Normal file
2
package/slang/slang.hash
Normal file
@ -0,0 +1,2 @@
|
||||
# From http://www.jedsoft.org/releases/slang/
|
||||
sha1 c3270b58a58e6cbfd47f0a6e3d2194dd9e7c7d14 slang-2.3.0.tar.gz
|
@ -11,6 +11,12 @@ SLANG_LICENSE_FILES = COPYING
|
||||
SLANG_INSTALL_STAGING = YES
|
||||
SLANG_MAKE = $(MAKE1)
|
||||
|
||||
# Racy and we don't have/do libtermcap
|
||||
define SLANG_DISABLE_TERMCAP
|
||||
$(SED) '/^TERMCAP=/s:=.*:=:' $(@D)/configure
|
||||
endef
|
||||
SLANG_POST_PATCH_HOOKS += SLANG_DISABLE_TERMCAP
|
||||
|
||||
# Absolute path hell, sigh...
|
||||
ifeq ($(BR2_PACKAGE_LIBPNG),y)
|
||||
SLANG_CONF_OPTS += --with-png=$(STAGING_DIR)/usr
|
||||
|
Loading…
Reference in New Issue
Block a user