X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=Makefile;h=ed7d5b2e5436f5ccf9bb1b2d5bb1a5e8c0167124;hb=505f4e1db1c0c4cc934b1206be283e88d47af0fe;hp=98d1d416d873e583905b514a6e7ac89bef9858c9;hpb=f234b0d4626d7e686422cc9dfd25958584f4931e;p=vpp.git diff --git a/Makefile b/Makefile index 98d1d416d87..ed7d5b2e543 100644 --- a/Makefile +++ b/Makefile @@ -81,6 +81,7 @@ DEB_DEPENDS += iperf3 # for 'make test TEST=vcl' DEB_DEPENDS += nasm DEB_DEPENDS += iperf ethtool # for 'make test TEST=vm_vpp_interfaces' DEB_DEPENDS += libpcap-dev +DEB_DEPENDS += tshark LIBFFI=libffi6 # works on all but 20.04 and debian-testing @@ -197,6 +198,7 @@ ifneq ($(wildcard $(STARTUP_DIR)/startup.conf),) endif ifeq ($(findstring y,$(UNATTENDED)),y) +DEBIAN_FRONTEND=noninteractive CONFIRM=-y FORCE=--allow-downgrades --allow-remove-essential --allow-change-held-packages endif