]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
dnsdist: Tidy up crypto library switches
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 29 Apr 2025 15:40:21 +0000 (15:40 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 29 Apr 2025 16:22:42 +0000 (16:22 +0000)
dnsdist is linking against all of them regardless.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/dnsdist

index e6268b699984cc746cc878f780ab577b0c9c9882..d50bbf2585c60e1b3000e218c2afa50cc28caf39 100644 (file)
@@ -86,8 +86,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && ./configure \
                --prefix=/usr \
                --sysconfdir=/etc \
-               --enable-openssl \
-               --disable-gnutls \
+               --with-gnutls \
+               --with-libssl \
+               --with-libsodium \
                --enable-dns-over-tls \
                --with-lua \
                --without-net-snmp \