From: Michael Tremer Date: Tue, 29 Apr 2025 15:40:21 +0000 (+0000) Subject: dnsdist: Tidy up crypto library switches X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2c15043693b46ba8ab34747b794f57c3c2412147;p=people%2Fms%2Fipfire-2.x.git dnsdist: Tidy up crypto library switches dnsdist is linking against all of them regardless. Signed-off-by: Michael Tremer --- diff --git a/lfs/dnsdist b/lfs/dnsdist index e6268b699..d50bbf258 100644 --- a/lfs/dnsdist +++ b/lfs/dnsdist @@ -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 \