X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=Makefile;h=feb23e50cb83f38054981e05d30fd99631cd8e26;hb=369e4e56e228f5ec5c4eb487620d713ac25ce015;hp=fe5e6e950bab8d1378f4c651266c61c3fc4cfec0;hpb=81b95c1fe2ece45ee2a5d895631b608733384182;p=vpp.git diff --git a/Makefile b/Makefile index fe5e6e950ba..feb23e50cb8 100644 --- a/Makefile +++ b/Makefile @@ -81,6 +81,7 @@ ifeq ($(OS_VERSION_ID),18.04) else ifeq ($(OS_VERSION_ID),20.04) DEB_DEPENDS += python3-virtualenv DEB_DEPENDS += libssl-dev + DEB_DEPENDS += libelf-dev # for libbpf (af_xdp) LIBFFI=libffi7 else ifeq ($(OS_ID)-$(OS_VERSION_ID),debian-8) DEB_DEPENDS += libssl-dev