sonic-buildimage/rules/socat.mk
lguohan 0cd4ef0c85
[socat]: build socat with readline (#1919)
support readline in bcmsh

Signed-off-by: Guohan Lu <gulv@microsoft.com>
2018-08-13 01:12:58 -07:00

10 lines
181 B
Makefile

# socat packages
SOCAT_VERSION = 1.7.3.1-2+deb9u1
export SOCAT_VERSION
SOCAT = socat_$(SOCAT_VERSION)_amd64.deb
$(SOCAT)_SRC_PATH = $(SRC_PATH)/socat
SONIC_MAKE_DEBS += $(SOCAT)