public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 1/6] openssl: Dynamically link zlib
Date: Wed, 15 Jan 2025 14:57:45 +0000	[thread overview]
Message-ID: <20250115145750.1540971-1-michael.tremer@ipfire.org> (raw)

[-- 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


             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 Michael Tremer [this message]
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

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-1-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