X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=Makefile;h=ed7d5b2e5436f5ccf9bb1b2d5bb1a5e8c0167124;hb=8800f732f868bf54da8adba05e38bd2477895ca5;hp=98d1d416d873e583905b514a6e7ac89bef9858c9;hpb=af5684bf18077acf1f448c6f2a62ef1af9f9be05;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