From 466872f0896139b34ef8ccf12f7fcc0093d7cb19 Mon Sep 17 00:00:00 2001 From: Yichen Wang Date: Tue, 30 Jun 2020 23:14:23 -0700 Subject: build: fix the the build on centos/rhel 8 1. Remove uncessary runtime dependency; 2. Add missing build dependency; 3. Fix runtime dependency for api-python3 RPM; Type: make Change-Id: I2700f1a15112effba8d1527aca6467158f81f486 Signed-off-by: Yichen Wang --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cac1ed770d9..cf4cfadecc7 100644 --- a/Makefile +++ b/Makefile @@ -110,6 +110,7 @@ RPM_DEPENDS += libuuid-devel RPM_DEPENDS += mbedtls-devel RPM_DEPENDS += ccache RPM_DEPENDS += xmlto +RPM_DEPENDS += elfutils-libelf-devel ifeq ($(OS_ID),fedora) RPM_DEPENDS += dnf-utils -- cgit 1.2.3-korg