X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=Makefile;h=d06120b8bb85c39b7a020652d6b8c36e41637931;hb=1eae8ecb7acc7d80d5c08e300295bec94bf78f0b;hp=709fb73dce952228931549c0d4b365a7a3d464b1;hpb=a416493d3b9017181054d5ff24d5efdcdb5bf39f;p=vpp.git diff --git a/Makefile b/Makefile index 709fb73dce9..d06120b8bb8 100644 --- a/Makefile +++ b/Makefile @@ -80,6 +80,7 @@ ifeq ($(OS_VERSION_ID),18.04) DEB_DEPENDS += clang-9 else ifeq ($(OS_VERSION_ID),20.04) DEB_DEPENDS += python3-virtualenv + DEB_DEPENDS += libssl-dev LIBFFI=libffi7 else ifeq ($(OS_ID)-$(OS_VERSION_ID),debian-8) DEB_DEPENDS += libssl-dev