From e869269121b61883d55f2469fabf3c751b525d0f Mon Sep 17 00:00:00 2001 From: jdenisco Date: Tue, 26 Feb 2019 09:19:24 -0500 Subject: Fix centos build and build documentation Change-Id: I326204d26b613254e39c6a0ffe9f9491981ba3c3 Signed-off-by: jdenisco --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit 1.2.3-korg