From 6135a84e302fd4d77e3e985d804b4fd687616d15 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Wed, 22 Dec 2021 11:10:31 +0100 Subject: [PATCH] dnsdist: Also disable nghttp2 support for the 'lean' build --- tasks.py | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.47.2