From: Remi Gacogne Date: Wed, 22 Dec 2021 10:10:31 +0000 (+0100) Subject: dnsdist: Also disable nghttp2 support for the 'lean' build X-Git-Tag: auth-4.7.0-alpha1~103^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6135a84e302fd4d77e3e985d804b4fd687616d15;p=thirdparty%2Fpdns.git dnsdist: Also disable nghttp2 support for the 'lean' build --- diff --git a/tasks.py b/tasks.py index 485d4f2b77..15a012b1bb 100644 --- a/tasks.py +++ b/tasks.py @@ -304,6 +304,7 @@ def ci_dnsdist_configure(c, features): --without-libsodium \ --without-lmdb \ --without-net-snmp \ + --without-nghttp2 \ --without-re2 ' additional_flags = '-DDISABLE_COMPLETION \ -DDISABLE_PROMETHEUS \