diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 08:29:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 08:29:49 +0000 |
commit | 0dcf96e5ce98952f99cb8791b0b7a6780aa62c10 (patch) | |
tree | 830db7e36937b6e8efd9d044f22235b83ebb1b2b | |
parent | Building with bpftool backport to fix FTBFS. (diff) | |
download | xdp-tools-0dcf96e5ce98952f99cb8791b0b7a6780aa62c10.tar.xz xdp-tools-0dcf96e5ce98952f99cb8791b0b7a6780aa62c10.zip |
Building with libbpf backport to fix FTBFS.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index c9dd267..7b5266c 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Rules-Requires-Root: no Build-Depends: bpftool (>= 7.1), clang, debhelper-compat (= 13), - libbpf-dev, + libbpf-dev (>= 1:1.1), libelf-dev, libpcap-dev, llvm, |