From 590a82c237337f560cc3d5beac47a235c5e97eac Mon Sep 17 00:00:00 2001 From: Tianyu Li Date: Sat, 28 Jan 2023 07:58:45 +0000 Subject: [PATCH] build: add missing dependences for centos 8 VPP build failed on Centos stream 8 when build xdp-tool and dpdk mlx driver, Add the missing tools, libraries and headers. Type: fix Signed-off-by: Tianyu Li Change-Id: Ie705dc8f558ceb872029f9ab4f1351b514c87405 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3514e7d93a7..de07171a7b3 100644 --- a/Makefile +++ b/Makefile @@ -140,6 +140,7 @@ else ifeq ($(OS_ID)-$(OS_VERSION_ID),centos-8) RPM_DEPENDS += python3-virtualenv python3-jsonschema RPM_DEPENDS += libarchive cmake RPM_DEPENDS += infiniband-diags libibumad + RPM_DEPENDS += libpcap-devel llvm-toolset RPM_DEPENDS_GROUPS = 'Development Tools' else RPM_DEPENDS += yum-utils -- 2.16.6