From: Remi Gacogne Date: Mon, 18 Sep 2023 11:47:19 +0000 (+0200) Subject: dnsdist: Enable back h2o support in our packages X-Git-Tag: rec-5.0.0-alpha2~59^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2e8acfaa79b55b2e0f36dc0c2e76868cf19f5bd;p=thirdparty%2Fpdns.git dnsdist: Enable back h2o support in our packages As we promised to do. --- diff --git a/builder-support/debian/dnsdist/debian-buster/rules b/builder-support/debian/dnsdist/debian-buster/rules index 962ef5a56a..e9a2a8cf1a 100755 --- a/builder-support/debian/dnsdist/debian-buster/rules +++ b/builder-support/debian/dnsdist/debian-buster/rules @@ -53,6 +53,7 @@ override_dh_auto_configure: --enable-dnscrypt \ --enable-dnstap \ --with-gnutls \ + --with-h2o \ --with-net-snmp \ --with-libcap \ --with-libsodium \ diff --git a/builder-support/specs/dnsdist.spec b/builder-support/specs/dnsdist.spec index 0e027abd88..6d64d3fee7 100644 --- a/builder-support/specs/dnsdist.spec +++ b/builder-support/specs/dnsdist.spec @@ -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 \