]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Merge pull request #13280 from chbruyand/dnsdist-doq-quiche
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 16 Oct 2023 10:03:31 +0000 (12:03 +0200)
committerGitHub <noreply@github.com>
Mon, 16 Oct 2023 10:03:31 +0000 (12:03 +0200)
dnsdist: add support for incoming DoQ

1  2 
.github/workflows/build-and-test-all.yml
builder-support/debian/dnsdist/debian-buster/rules
builder-support/dockerfiles/Dockerfile.rpmbuild

index 04da6b44e2016e9a2d55fb93172f85f25e408830,6f96e26978796dc945c2089bcd57b4b033189f11..9f709d813e3786e72b57d8d09511f0dfca0d0384
@@@ -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