From: Remi Gacogne Date: Tue, 23 Apr 2019 12:07:29 +0000 (+0200) Subject: Merge pull request #7726 from rgacogne/dnsdist-redoh X-Git-Tag: dnsdist-1.4.0-alpha2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07f217c90e691b088f72e0a42cd6921bd4e09d21;p=thirdparty%2Fpdns.git Merge pull request #7726 from rgacogne/dnsdist-redoh dnsdist: Add DNS over HTTPS support based on libh2o --- 07f217c90e691b088f72e0a42cd6921bd4e09d21 diff --cc builder-support/debian/dnsdist/debian-stretch/rules index b9ad262d9c,9d870ed196..4ae2ee8a81 --- a/builder-support/debian/dnsdist/debian-stretch/rules +++ b/builder-support/debian/dnsdist/debian-stretch/rules @@@ -28,8 -28,8 +28,9 @@@ override_dh_auto_clean dh_auto_clean override_dh_auto_configure: + PKG_CONFIG_PATH=/opt/lib/pkgconfig \ ./configure \ + --enable-option-checking=fatal \ --host=$(DEB_HOST_GNU_TYPE) \ --build=$(DEB_BUILD_GNU_TYPE) \ --prefix=/usr \