Skip to content

Commit 1483319

Browse files
dwallacelfpull[bot]
authored andcommitted
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 <[email protected]> Change-Id: I521d817dd1f1e21aff427d98b9832ea7c7b89339
1 parent 0ebb474 commit 1483319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ ifeq ($(OS_ID),fedora)
130130
RPM_DEPENDS_GROUPS = 'C Development Tools and Libraries'
131131
else ifeq ($(OS_ID)-$(OS_VERSION_ID),centos-8)
132132
RPM_DEPENDS += yum-utils
133-
RPM_DEPENDS += compat-openssl10
133+
RPM_DEPENDS += compat-openssl10 openssl-devel
134134
RPM_DEPENDS += python2-devel python36-devel python3-ply
135135
RPM_DEPENDS += python3-virtualenv python3-jsonschema
136136
RPM_DEPENDS += cmake

0 commit comments

Comments
 (0)