]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Also disable nghttp2 support for the 'lean' build 10950/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 22 Dec 2021 10:10:31 +0000 (11:10 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 22 Dec 2021 10:10:31 +0000 (11:10 +0100)
tasks.py

index 485d4f2b77cf5e67ddb07124bb5f985c0fb5cddf..15a012b1bbe9671a7a01ac6d7e9180786e3a9611 100644 (file)
--- 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 \