public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/6] openssl: Dynamically link zlib
@ 2025-01-15 14:57 Michael Tremer
  2025-01-15 14:57 ` [PATCH 2/6] Revert "zlib-ng: ship /usr/lib/libz.so" Michael Tremer
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Michael Tremer @ 2025-01-15 14:57 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 624 bytes --]

The former way was to open libz.so whenever it was needed. This is
however not a very good solution and we will have trouble in dependency
tracking and discover any linking problems much later.

Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
 lfs/openssl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lfs/openssl b/lfs/openssl
index e14722c0c..ec8c63c54 100644
--- a/lfs/openssl
+++ b/lfs/openssl
@@ -41,7 +41,7 @@ CONFIGURE_OPTIONS = \
 	--prefix=/usr \
 	--openssldir=/etc/ssl \
 	shared \
-	zlib-dynamic \
+	zlib \
 	enable-camellia \
 	enable-seed \
 	enable-rfc3779 \
-- 
2.39.5


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-01-15 14:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PATCH 5/6] core192: Remove the old version of zlib Michael Tremer
2025-01-15 14:57 ` [PATCH 6/6] slang: This package does not build the zlib module any more Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox