build: add socat deb package 48/42348/2
authorIvan Ivanets <iivanets@cisco.com>
Mon, 10 Feb 2025 13:10:55 +0000 (13:10 +0000)
committerDave Wallace <dwallacelf@gmail.com>
Tue, 11 Feb 2025 17:06:12 +0000 (17:06 +0000)
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

Makefile

index 55731dc..70a2fe6 100644 (file)
--- 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