diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 08:53:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 08:54:52 +0000 |
commit | 35848ddfa8891615746694b09bbfa7ce398f6cfe (patch) | |
tree | 10921344accbb573e85c177119b1911a9d17ddb2 | |
parent | Adding update-alternatives to use khost for /usr/bin/host. (diff) | |
download | knot-35848ddfa8891615746694b09bbfa7ce398f6cfe.tar.xz knot-35848ddfa8891615746694b09bbfa7ce398f6cfe.zip |
Building with libbpf backport to fix FTBFS.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 20c500a..bb8d635 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Build-Depends: automake, debhelper-compat (= 13), dh-python, - libbpf-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386 !alpha !arc !hppa !ia64 !m68k !powerpc !sh4 !sparc64 !x32], + libbpf-dev (>= 1:1.1) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386 !alpha !arc !hppa !ia64 !m68k !powerpc !sh4 !sparc64 !x32], libcap-ng-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libedit-dev, libfstrm-dev, |