From 2c15043693b46ba8ab34747b794f57c3c2412147 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 29 Apr 2025 15:40:21 +0000 Subject: [PATCH] dnsdist: Tidy up crypto library switches dnsdist is linking against all of them regardless. Signed-off-by: Michael Tremer --- lfs/dnsdist | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 \ -- 2.39.5