X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=Makefile;h=545ccdb66fed23c9ac7f7eac9a01d020f76941c2;hb=7aef80b210752b1c9243799086fab0fe4df6272e;hp=f69a688e88177b13d58494ba7e394e4c98bb1b74;hpb=a53068905eb3f005a5a6d324c37f51056fb49b3e;p=vpp.git diff --git a/Makefile b/Makefile index f69a688e881..545ccdb66fe 100644 --- a/Makefile +++ b/Makefile @@ -75,8 +75,10 @@ DEB_DEPENDS += python3-dev # needed for python3 -m pip install psutil ifeq ($(OS_VERSION_ID),16.04) DEB_DEPENDS += python-dev + DEB_DEPENDS += libssl-dev else ifeq ($(OS_VERSION_ID),18.04) DEB_DEPENDS += python-dev + DEB_DEPENDS += libssl-dev else ifeq ($(OS_ID)-$(OS_VERSION_ID),debian-8) DEB_DEPENDS += libssl-dev APT_ARGS = -t jessie-backports