diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 08:29:25 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 08:29:25 +0000 |
commit | 2f10c1f20d09cb2c31f1221da546af152e283735 (patch) | |
tree | e7567a4b1353562a10311abd5025268b27ec3bb6 /debian/control | |
parent | Updating vcs fields. (diff) | |
download | xdp-tools-2f10c1f20d09cb2c31f1221da546af152e283735.tar.xz xdp-tools-2f10c1f20d09cb2c31f1221da546af152e283735.zip |
Building with bpftool 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 2e1b97d..c9dd267 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org> XSBC-Original-Maintainer: Luca Boccassi <bluca@debian.org> Bugs: mailto:maintainers@lists.progress-linux.org Rules-Requires-Root: no -Build-Depends: bpftool, +Build-Depends: bpftool (>= 7.1), clang, debhelper-compat (= 13), libbpf-dev, |