summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2021-01-14 16:46:49 -0500
committerAndrew Yourtchenko <ayourtch@gmail.com>2021-01-15 17:31:47 +0000
commit35ef865678d82b5a6fd3936716de8afb2fd49e60 (patch)
treef173cb51ad48e9d6181fa2d0a3ae095c2c529699 /Makefile
parent8c0474a77e792b212ba0235e4aa76c59a8ceaa1c (diff)
build: add missing openssl-devel package for centos-8 vpp-ext-deps
- In a new centos-8 installation, vpp-ext-deps fails on missing ssl.h header file after 'make install-deps'. Type: fix Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Change-Id: I521d817dd1f1e21aff427d98b9832ea7c7b89339
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e2e90b877e7..ef3cbe8d2ff 100644
--- a/Makefile
+++ b/Makefile
@@ -130,7 +130,7 @@ ifeq ($(OS_ID),fedora)
RPM_DEPENDS_GROUPS = 'C Development Tools and Libraries'
else ifeq ($(OS_ID)-$(OS_VERSION_ID),centos-8)
RPM_DEPENDS += yum-utils
- RPM_DEPENDS += compat-openssl10
+ RPM_DEPENDS += compat-openssl10 openssl-devel
RPM_DEPENDS += python2-devel python36-devel python3-ply
RPM_DEPENDS += python3-virtualenv python3-jsonschema
RPM_DEPENDS += cmake