aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjdenisco <jdenisco@cisco.com>2019-02-26 09:19:24 -0500
committerDave Barach <openvpp@barachs.net>2019-02-27 21:03:06 +0000
commite869269121b61883d55f2469fabf3c751b525d0f (patch)
tree99514f322fbd72d966f943ace1b50fe1a147e73a /Makefile
parenta2aefef1fd3fc423430531d7e965c9da7d9ec0d5 (diff)
Fix centos build and build documentation
Change-Id: I326204d26b613254e39c6a0ffe9f9491981ba3c3 Signed-off-by: jdenisco <jdenisco@cisco.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f84636d250c..432922d3273 100644
--- a/Makefile
+++ b/Makefile
@@ -86,6 +86,7 @@ RPM_DEPENDS += boost boost-devel
RPM_DEPENDS += selinux-policy selinux-policy-devel
RPM_DEPENDS += ninja-build
RPM_DEPENDS += libuuid-devel
+RPM_DEPENDS += mbedtls-devel
ifeq ($(OS_ID),fedora)
RPM_DEPENDS += dnf-utils
@@ -93,7 +94,6 @@ ifeq ($(OS_ID),fedora)
RPM_DEPENDS += compat-openssl10-devel
RPM_DEPENDS += python2-devel python34-ply
RPM_DEPENDS += python2-virtualenv
- RPM_DEPENDS += mbedtls-devel
RPM_DEPENDS += cmake
RPM_DEPENDS_GROUPS = 'C Development Tools and Libraries'
else