diff options
author | Tianyu Li <tianyu.li@arm.com> | 2023-01-28 07:58:45 +0000 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2023-02-14 01:32:02 +0000 |
commit | 590a82c237337f560cc3d5beac47a235c5e97eac (patch) | |
tree | bb5ace17cf07b742885065d535eddb562170aaf0 /Makefile | |
parent | 71d02aa63183a513dbca98fa53719f7e29271faa (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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |