diff --git a/debian/control b/debian/control index 35a08273c51f8a437e009ff4d69d300a6f273a12..574ea5e3c7ac65d12bda3b1e8b6bb6f284b83ed0 100644 --- a/debian/control +++ b/debian/control @@ -15,6 +15,8 @@ Build-Depends: libbsd-dev (>= 0.8.1~) [!linux-any], libevent-dev, libexpat1-dev, + libhiredis-dev, + libnghttp2-dev, libprotobuf-c-dev , libssl-dev , libsystemd-dev , diff --git a/debian/rules b/debian/rules index ef02e3a2bb4fe005c3dd0c13f459522a6c245b80..fb9c897a64e46d00222ac2d0f9f9ccf5e543b5a8 100755 --- a/debian/rules +++ b/debian/rules @@ -39,7 +39,10 @@ ifneq (,$(filter unbound unbound-anchor unbound-host,$(DOPACKAGES))) --with-pidfile=/run/unbound.pid \ --with-rootkey-file=/var/lib/unbound/root.key \ --with-libevent \ + --with-libhiredis \ + --with-libnghttp2 \ --with-pythonmodule \ + --enable-cachedb \ --enable-subnet \ --enable-dnstap \ --enable-systemd \