Skip to content

Commit

Permalink
debian/rules: explicitly specify USE_LIBXDP
Browse files Browse the repository at this point in the history
  • Loading branch information
hack3ric committed Jan 12, 2025
1 parent 4a8f28f commit 3226d14
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ ifeq ($(IS_UBUNTU), 0)
dh_auto_build -- build-cli build-tools generate-manpage \
MODE= \
BPF_CC=clang-16 \
USE_LIBXDP=1 \
BPFTOOL=linux-source-*/tools/bpf/bpftool/bpftool
else
dh_auto_build -- build-cli build-tools generate-manpage \
MODE= \
BPF_CC=clang-16
BPF_CC=clang-16 \
USE_LIBXDP=1
endif
make -C linux-source-*/tools/bpf/resolve_btfids

Expand Down

0 comments on commit 3226d14

Please sign in to comment.