11diff --git a/Makefile b/Makefile
2- index 6bd4ab611..128b462e5 100644
2+ index 593ea4e98..736fb6704 100644
33--- a/Makefile
44+++ b/Makefile
5- @@ -96 ,7 +96 ,7 @@ DEB_DEPENDS += libffi-dev python3-ply libunwind-dev
5+ @@ -104 ,7 +104 ,7 @@ DEB_DEPENDS += python3-ply libunwind-dev
66 DEB_DEPENDS += cmake ninja-build python3-jsonschema python3-yaml
77 DEB_DEPENDS += python3-venv # ensurepip
88 DEB_DEPENDS += python3-dev python3-pip
@@ -11,25 +11,25 @@ index 6bd4ab611..128b462e5 100644
1111 # DEB_DEPENDS += enchant # for docs
1212 DEB_DEPENDS += python3-virtualenv
1313 DEB_DEPENDS += libssl-dev
14- @@ -105 ,7 +105 ,7 @@ DEB_DEPENDS += iperf3 # for 'make test TEST=vcl'
15- DEB_DEPENDS += nasm
14+ @@ -112 ,7 +112 ,7 @@ DEB_DEPENDS += libelf-dev libpcap-dev # for libxdp (af_xdp)
15+ DEB_DEPENDS += iperf3 # for 'make test TEST=vcl'
1616 DEB_DEPENDS += iperf ethtool # for 'make test TEST=vm_vpp_interfaces'
1717 DEB_DEPENDS += libpcap-dev
1818- DEB_DEPENDS += tshark
1919+ #DEB_DEPENDS += tshark
2020 DEB_DEPENDS += jq # for extracting test summary from .json report (hs-test)
21-
22- LIBFFI=libffi6 # works on all but 20.04 and debian-testing
21+ DEB_DEPENDS += libiberty-dev
22+ DEB_DEPENDS += nasm libnuma-dev # for make-ext-deps
2323diff --git a/build/external/packages/xdp-tools.mk b/build/external/packages/xdp-tools.mk
24- index 57f5e0ae8..73e35b90b 100644
24+ index a692aacf1..0265b8eaf 100644
2525--- a/build/external/packages/xdp-tools.mk
2626+++ b/build/external/packages/xdp-tools.mk
2727@@ -25,7 +25,7 @@ define xdp-tools_config_cmds
2828 endef
2929
3030 define xdp-tools_build_cmds
31- - @cd ${xdp-tools_src_dir} && $(MAKE) CC=gcc V=1 BUILD_STATIC_ONLY=y > $(xdp-tools_build_log)
32- + @cd ${xdp-tools_src_dir} && $(MAKE) CC=gcc FORCE_SUBDIR_LIBBPF=1 V=1 BUILD_STATIC_ONLY=y > $(xdp-tools_build_log)
31+ - @cd ${xdp-tools_src_dir} && $(MAKE) CC=gcc V=1 BUILD_STATIC_ONLY=y PREFIX='$(xdp-tools_install_dir)' > $(xdp-tools_build_log)
32+ + @cd ${xdp-tools_src_dir} && $(MAKE) CC=gcc FORCE_SUBDIR_LIBBPF=1 V=1 BUILD_STATIC_ONLY=y PREFIX='$(xdp-tools_install_dir)' > $(xdp-tools_build_log)
3333 endef
3434
3535 define xdp-tools_install_cmds
0 commit comments