diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-08-12 11:53:30 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-08-12 11:53:52 +0000 |
commit | 4ff14425a302d0acf7ec559400aedfff5b2c32d1 (patch) | |
tree | 74dc7c8f789d58d9502cfef6add5374c25e6e1cf | |
parent | Merging upstream version 2.7.0. (diff) | |
download | dnsperf-4ff14425a302d0acf7ec559400aedfff5b2c32d1.tar.xz dnsperf-4ff14425a302d0acf7ec559400aedfff5b2c32d1.zip |
Adding newly required nghttp2 to build-depends.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 7710806..36d9b29 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Build-Depends: debhelper-compat (= 13), libck-dev, libldns-dev, + libnghttp2-dev, libssl-dev, pkg-config, Rules-Requires-Root: no |