aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorIvan Ivanets <iivanets@cisco.com>2025-02-10 13:10:55 +0000
committerDave Wallace <dwallacelf@gmail.com>2025-02-11 17:06:12 +0000
commit29b1ece1d07477676e467e1b0f51987d47bd2997 (patch)
treeeec33a84ab1af6ff9c6bcc8c474320914b7bcd9f /Makefile
parent592a5b0b91f3b3941c906e1b9d84bfb0bb0d46dd (diff)
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 <iivanets@cisco.com> Change-Id: I14f270eea23db7f7e0b20b7b67f75dd72ad734da
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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