]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Enable back h2o support in our packages
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 18 Sep 2023 11:47:19 +0000 (13:47 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 18 Sep 2023 11:47:19 +0000 (13:47 +0200)
As we promised to do.

builder-support/debian/dnsdist/debian-buster/rules
builder-support/specs/dnsdist.spec

index 962ef5a56a636ae9340043a20a3bcc2dbe72862b..e9a2a8cf1a36a93b8cafa9ed314a327b0acd3e83 100755 (executable)
@@ -53,6 +53,7 @@ override_dh_auto_configure:
          --enable-dnscrypt \
          --enable-dnstap \
          --with-gnutls \
+         --with-h2o \
          --with-net-snmp \
          --with-libcap \
          --with-libsodium \
index 0e027abd886d07ca6fcd2bfd820bf7d045da2a00..6d64d3fee7a245d0ace9f89190385dd06e179507 100644 (file)
@@ -80,6 +80,7 @@ export RANLIB=gcc-ranlib
   --enable-unit-tests \
   --enable-lto=thin \
   --enable-dns-over-tls \
+  --with-h2o \
 %if 0%{?suse_version}
   --disable-dnscrypt \
   --without-libsodium \