]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
openssl: Dynamically link zlib
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 15 Jan 2025 14:57:45 +0000 (14:57 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 22 Jan 2025 06:04:44 +0000 (07:04 +0100)
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@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/openssl

index e14722c0c2e6813f14870c4f2628283707199246..ec8c63c549b41266feb01074ef05aaff882f3121 100644 (file)
@@ -41,7 +41,7 @@ CONFIGURE_OPTIONS = \
        --prefix=/usr \
        --openssldir=/etc/ssl \
        shared \
-       zlib-dynamic \
+       zlib \
        enable-camellia \
        enable-seed \
        enable-rfc3779 \