From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 5/6] core192: Remove the old version of zlib
Date: Wed, 15 Jan 2025 14:57:49 +0000 [thread overview]
Message-ID: <20250115145750.1540971-5-michael.tremer@ipfire.org> (raw)
In-Reply-To: <20250115145750.1540971-1-michael.tremer@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 551 bytes --]
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
config/rootfiles/core/192/update.sh | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/config/rootfiles/core/192/update.sh b/config/rootfiles/core/192/update.sh
index ca3db5f54..983245af5 100644
--- a/config/rootfiles/core/192/update.sh
+++ b/config/rootfiles/core/192/update.sh
@@ -88,6 +88,10 @@ rm -rvf \
# Extract files
extract_files
+# Remove the old version of zlib
+rm -rfv \
+ /lib/libz.so.1.3.1
+
# update linker config
ldconfig
--
2.39.5
next prev parent reply other threads:[~2025-01-15 14:57 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-15 14:57 [PATCH 1/6] openssl: Dynamically link zlib Michael Tremer
2025-01-15 14:57 ` [PATCH 2/6] Revert "zlib-ng: ship /usr/lib/libz.so" Michael Tremer
2025-01-15 14:57 ` [PATCH 3/6] zlib-ng: Install the compat library into /lib again Michael Tremer
2025-01-15 14:57 ` [PATCH 4/6] zlib-ng: Don't install the static version of the library Michael Tremer
2025-01-15 14:57 ` Michael Tremer [this message]
2025-01-15 14:57 ` [PATCH 6/6] slang: This package does not build the zlib module any more Michael Tremer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250115145750.1540971-5-michael.tremer@ipfire.org \
--to=michael.tremer@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox