From: Remi Gacogne Date: Tue, 3 Feb 2026 11:13:57 +0000 (+0100) Subject: dnsdist: Enable ipcrypt2 w/ autotools in our CI X-Git-Tag: rec-5.5.0-alpha0~31^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bc67ab8b6f3af97ea628f9d466c0db02d50530b;p=thirdparty%2Fpdns.git dnsdist: Enable ipcrypt2 w/ autotools in our CI Signed-off-by: Remi Gacogne --- diff --git a/tasks.py b/tasks.py index cbef20bd1e..023787c94b 100644 --- a/tasks.py +++ b/tasks.py @@ -766,6 +766,7 @@ def ci_dnsdist_configure_autotools(features, additional_flags, additional_ld_fla --enable-dns-over-https \ --enable-dns-over-quic \ --enable-dns-over-http3 \ + --enable-ipcrypt2 \ --enable-systemd \ --enable-yaml \ --prefix=/opt/dnsdist \