From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 6/6] slang: This package does not build the zlib module any more Date: Wed, 15 Jan 2025 14:57:50 +0000 Message-ID: <20250115145750.1540971-6-michael.tremer@ipfire.org> In-Reply-To: <20250115145750.1540971-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6644368411166779068==" List-Id: --===============6644368411166779068== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit This is due to the removal of the static version of zlib, but we don't need this module anyways. Signed-off-by: Michael Tremer --- config/rootfiles/common/slang | 1 - 1 file changed, 1 deletion(-) diff --git a/config/rootfiles/common/slang b/config/rootfiles/common/slang index 223458e14..4e8671155 100644 --- a/config/rootfiles/common/slang +++ b/config/rootfiles/common/slang @@ -27,7 +27,6 @@ usr/lib/slang/v2/modules/stats-module.so usr/lib/slang/v2/modules/sysconf-module.so usr/lib/slang/v2/modules/termios-module.so usr/lib/slang/v2/modules/varray-module.so -usr/lib/slang/v2/modules/zlib-module.so #usr/share/doc/slang #usr/share/doc/slang/v2 #usr/share/doc/slang/v2/COPYING -- 2.39.5 --===============6644368411166779068==--