From 047eebfa976eb8c8fc3162c3ccdd5683d23452dc Mon Sep 17 00:00:00 2001 From: Benoît Ganne Date: Wed, 9 Sep 2020 12:50:07 +0200 Subject: build: fix build for Debian 9 and Debian 10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Type: fix Change-Id: Ic07d0ae313b32e420ba93693cb75960a86f752a9 Signed-off-by: Benoît Ganne (cherry picked from commit 3f0ae664faf33578515ffa1fd5287ad692f16c6f) --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 -- cgit 1.2.3-korg