From: Ivan Ivanets Date: Mon, 10 Feb 2025 13:10:55 +0000 (+0000) Subject: build: add socat deb package X-Git-Tag: v25.10-rc0~219 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=29b1ece1d07477676e467e1b0f51987d47bd2997;p=vpp.git build: add socat deb package Type: improvement Integrated the installation of the socat deb package into the make install-dep target. Socat is essential for enabling communication with the VPP CLI over UNIX domain socket. Signed-off-by: Ivan Ivanets Change-Id: I14f270eea23db7f7e0b20b7b67f75dd72ad734da --- diff --git a/Makefile b/Makefile index 55731dc491c..70a2fe6acdb 100644 --- a/Makefile +++ b/Makefile @@ -166,6 +166,7 @@ RPM_DEPENDS += xmlto RPM_DEPENDS += elfutils-libelf-devel libpcap-devel RPM_DEPENDS += libnl3-devel libmnl-devel RPM_DEPENDS += nasm +RPM_DEPENDS += socat ifeq ($(OS_ID),fedora) RPM_DEPENDS += dnf-utils