X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=Makefile;h=cac1ed770d9b019506934de7ab30c3125d8ad887;hb=047eebfa976eb8c8fc3162c3ccdd5683d23452dc;hp=29c4c962254666e73e15235f7c2aa58c493bebea;hpb=89bdb836f9c580b94119b4bff5ab20abd3bd94e5;p=vpp.git diff --git a/Makefile b/Makefile index 29c4c962254..cac1ed770d9 100644 --- a/Makefile +++ b/Makefile @@ -91,6 +91,8 @@ else ifeq ($(OS_ID)-$(OS_VERSION_ID),debian-9) DEB_DEPENDS += libssl1.0-dev DEB_DEPENDS += python-all python-pip DEB_DEPENDS += python-dev python-all python-pip python-virtualenv +else ifeq ($(OS_ID)-$(OS_VERSION_ID),debian-10) + DEB_DEPENDS += libelf-dev # for libbpf (af_xdp) else DEB_DEPENDS += libssl-dev endif