aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2020-04-28 13:29:37 +0200
committerDave Barach <openvpp@barachs.net>2020-04-29 17:20:47 +0000
commit4ba16a44b1f091bacc32fe6fa9f726e9a0d3b0e7 (patch)
treef8b76516a9087eb3dbee9a5c63c04d7f412cda42 /Makefile
parenta3108e65f396fa556e75dfe45b04a0bc3b6ec725 (diff)
misc: switch to clang-9
Type: improvement Change-Id: Iebf77a63c0c19b130a3fbd26b5293304a9fed4c1 Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1e6f9ecc6e0..4a547b746f5 100644
--- a/Makefile
+++ b/Makefile
@@ -86,7 +86,7 @@ ifeq ($(OS_VERSION_ID),16.04)
else ifeq ($(OS_VERSION_ID),18.04)
DEB_DEPENDS += python-dev
DEB_DEPENDS += libssl-dev
- DEB_DEPENDS += gcc-8
+ DEB_DEPENDS += gcc-8 clang-9
else ifeq ($(OS_VERSION_ID),20.04)
LIBFFI=libffi7
else ifeq ($(OS_ID)-$(OS_VERSION_ID),debian-8)