From a5cf6e077ddafce9d4a92965e0f60e1a195a11a8 Mon Sep 17 00:00:00 2001 From: Jieqiang Wang Date: Thu, 4 Jun 2020 14:09:57 +0800 Subject: build: add libssl-dev library for ubuntu 20.04 Add the libssl-dev library for ubuntu 20.04 in Makefile. Type: fix Signed-off-by: Jieqiang Wang Change-Id: I4187cb041997e7457734ffdb18bdbec98a051669 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit 1.2.3-korg