From 39250c08db84240893178f730ec43598f2d174ad Mon Sep 17 00:00:00 2001 From: "Daniel F. Dickinson" Date: Mon, 20 Aug 2018 20:08:05 -0400 Subject: [PATCH] nut: Drop unnecessary dependency on libwrap We're using --without-wrap unconditionally anyway, so this legacy dependency needs to be removed. Signed-off-by: Daniel F. Dickinson --- net/nut/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/nut/Makefile b/net/nut/Makefile index d139c9357..559a91ff0 100644 --- a/net/nut/Makefile +++ b/net/nut/Makefile @@ -98,8 +98,8 @@ define Package/nut-common DEPENDS:= nut \ +NUT_DRIVER_SNMP:libnetsnmp \ +NUT_DRIVER_USB:libusb-compat \ - +NUT_SSL:libopenssl \ - +PACKAGE_libwrap:libwrap + +NUT_SSL:libopenssl + endef define Package/nut-common/description