From: Remi Gacogne Date: Mon, 16 Oct 2023 10:03:31 +0000 (+0200) Subject: Merge pull request #13280 from chbruyand/dnsdist-doq-quiche X-Git-Tag: rec-5.0.0-alpha2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87b575e8dd4d27585b2e8ee41c3ab60b9849db20;p=thirdparty%2Fpdns.git Merge pull request #13280 from chbruyand/dnsdist-doq-quiche dnsdist: add support for incoming DoQ --- 87b575e8dd4d27585b2e8ee41c3ab60b9849db20 diff --cc builder-support/debian/dnsdist/debian-buster/rules index 04da6b44e2,6f96e26978..9f709d813e --- a/builder-support/debian/dnsdist/debian-buster/rules +++ b/builder-support/debian/dnsdist/debian-buster/rules @@@ -55,12 -59,11 +57,12 @@@ override_dh_auto_configure --with-net-snmp \ --with-libcap \ --with-libsodium \ + --with-quiche \ --with-re2 \ - --with-ebpf \ --with-service-user='_dnsdist' \ --with-service-group='_dnsdist' \ - $(CONFIGURE_ARGS) + $(CONFIGURE_ARGS) \ + PKG_CONFIG_PATH=/opt/lib/pkgconfig override_dh_auto_build-arch: dh_auto_build -- V=1