diff options
author | Laszlo Kiraly <laszlo.kiraly@est.tech> | 2023-07-06 11:36:42 +0200 |
---|---|---|
committer | Laszlo Kiraly <laszlo.kiraly@est.tech> | 2023-07-06 11:36:42 +0200 |
commit | 3ff76761f46db3815a26cf2e083f41184767fb90 (patch) | |
tree | ff36c1393fe3795181ab87421224a21a63065c36 | |
parent | ea7111ed408c6cba72e6bc85452160697c30fb1f (diff) |
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 <laszlo.kiraly@est.tech>
Change-Id: I8c3f28ac6e88cd61a1bf0a823ffa1d5f3097be40
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |