From: Daniel F. Dickinson Date: Tue, 21 Aug 2018 00:08:05 +0000 (-0400) Subject: nut: Drop unnecessary dependency on libwrap X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=39250c08db84240893178f730ec43598f2d174ad;p=openwrt-packages.git 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 --- 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