aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTianyu Li <tianyu.li@arm.com>2023-01-28 07:58:45 +0000
committerDave Wallace <dwallacelf@gmail.com>2023-02-14 01:32:02 +0000
commit590a82c237337f560cc3d5beac47a235c5e97eac (patch)
treebb5ace17cf07b742885065d535eddb562170aaf0 /Makefile
parent71d02aa63183a513dbca98fa53719f7e29271faa (diff)
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 <tianyu.li@arm.com> Change-Id: Ie705dc8f558ceb872029f9ab4f1351b514c87405
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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