summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJieqiang Wang <jieqiang.wang@arm.com>2020-06-04 14:09:57 +0800
committerBenoƮt Ganne <bganne@cisco.com>2020-06-04 15:35:44 +0000
commita5cf6e077ddafce9d4a92965e0f60e1a195a11a8 (patch)
treefbb03b791a8eee4f41c926f09a575022441934ec /Makefile
parent8341f76fd1cd4351961cd8161cfed2814fc55103 (diff)
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 <jieqiang.wang@arm.com> Change-Id: I4187cb041997e7457734ffdb18bdbec98a051669
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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