build: add libssl-dev library for ubuntu 20.04 17/27417/3
authorJieqiang Wang <jieqiang.wang@arm.com>
Thu, 4 Jun 2020 06:09:57 +0000 (14:09 +0800)
committerBenoît Ganne <bganne@cisco.com>
Thu, 4 Jun 2020 15:35:44 +0000 (15:35 +0000)
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

Makefile

index 709fb73..d06120b 100644 (file)
--- 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