From 50ab1c5b88982afef283df9d54a3d78051bedb81 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Wed, 1 May 2024 16:22:01 -0400 Subject: [PATCH] modules/patches slang: bump to version 2.3.3 so we can disable termcap without hacking around Signed-off-by: Thierry Laurion --- modules/slang | 5 +++-- .../unhardcode-ln-in-Makefile.patch | 0 2 files changed, 3 insertions(+), 2 deletions(-) rename patches/{slang-2.3.1a => slang-2.3.3}/unhardcode-ln-in-Makefile.patch (100%) diff --git a/modules/slang b/modules/slang index c99c6449..6a8f5d3c 100644 --- a/modules/slang +++ b/modules/slang @@ -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 diff --git a/patches/slang-2.3.1a/unhardcode-ln-in-Makefile.patch b/patches/slang-2.3.3/unhardcode-ln-in-Makefile.patch similarity index 100% rename from patches/slang-2.3.1a/unhardcode-ln-in-Makefile.patch rename to patches/slang-2.3.3/unhardcode-ln-in-Makefile.patch