aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLaszlo Kiraly <laszlo.kiraly@est.tech>2023-07-06 11:36:42 +0200
committerLaszlo Kiraly <laszlo.kiraly@est.tech>2023-07-06 11:36:42 +0200
commit3ff76761f46db3815a26cf2e083f41184767fb90 (patch)
treeff36c1393fe3795181ab87421224a21a63065c36 /Makefile
parentea7111ed408c6cba72e6bc85452160697c30fb1f (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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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