From 3ff76761f46db3815a26cf2e083f41184767fb90 Mon Sep 17 00:00:00 2001 From: Laszlo Kiraly Date: Thu, 6 Jul 2023 11:36:42 +0200 Subject: build: add missing dependences for opensuse VPP build failed when build xdp-tool on opensuse Add the missing libraries and headers. Type: fix Signed-off-by: Laszlo Kiraly Change-Id: I8c3f28ac6e88cd61a1bf0a823ffa1d5f3097be40 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ee7d9699b02..0ef8f0ef66c 100644 --- a/Makefile +++ b/Makefile @@ -177,6 +177,7 @@ RPM_SUSE_BUILDTOOLS_DEPS += clang cmake indent libtool make ninja python3-ply RPM_SUSE_DEVEL_DEPS = glibc-devel-static libnuma-devel libelf-devel RPM_SUSE_DEVEL_DEPS += libopenssl-devel libuuid-devel lsb-release +RPM_SUSE_DEVEL_DEPS += libpcap-devel llvm-devel RPM_SUSE_DEVEL_DEPS += curl libstdc++-devel bison gcc-c++ zlib-devel RPM_SUSE_PYTHON_DEPS = python3-devel python3-pip python3-rpm-macros -- cgit 1.2.3-korg