ecf5c8d311
- Service ACL framework for Arista platforms
11 lines
193 B
Makefile
11 lines
193 B
Makefile
# libwrap packages
|
|
|
|
LIBWRAP_VERSION = 7.6.q-25
|
|
|
|
export LIBWRAP_VERSION
|
|
|
|
LIBWRAP = libwrap0_$(LIBWRAP_VERSION)_amd64.deb
|
|
$(LIBWRAP)_SRC_PATH = $(SRC_PATH)/libwrap
|
|
SONIC_MAKE_DEBS += $(LIBWRAP)
|
|
|