mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
modules/patches slang: bump to version 2.3.3 so we can disable termcap without hacking around
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
parent
9a72d9545a
commit
50ab1c5b88
@ -1,10 +1,10 @@
|
||||
modules-$(CONFIG_SLANG) += slang
|
||||
|
||||
slang_version := 2.3.1a
|
||||
slang_version := 2.3.3
|
||||
slang_dir := slang-$(slang_version)
|
||||
slang_tar := slang-$(slang_version).tar.bz2
|
||||
slang_url := https://www.jedsoft.org/releases/slang/$(slang_tar)
|
||||
slang_hash := 54f0c3007fde918039c058965dffdfd6c5aec0bad0f4227192cc486021f08c36
|
||||
slang_hash := f9145054ae131973c61208ea82486d5dd10e3c5cdad23b7c4a0617743c8f5a18
|
||||
|
||||
slang_configure := ./configure \
|
||||
$(CROSS_TOOLS) \
|
||||
@ -15,6 +15,7 @@ slang_configure := ./configure \
|
||||
--with-pcre=no \
|
||||
--with-png=no \
|
||||
--with-z=no \
|
||||
--disable-termcap \
|
||||
&& mkdir -p src/elfobjs
|
||||
|
||||
# Disable parallel make for the install target
|
||||
|
Loading…
Reference in New Issue
Block a user