nut: Drop unnecessary dependency on libwrap
authorDaniel F. Dickinson <cshored@thecshore.com>
Tue, 21 Aug 2018 00:08:05 +0000 (20:08 -0400)
committerDaniel F. Dickinson <cshored@thecshore.com>
Wed, 29 Aug 2018 04:17:23 +0000 (00:17 -0400)
We're using --without-wrap unconditionally anyway, so this legacy
dependency needs to be removed.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
net/nut/Makefile

index d139c9357a5b8fe8b46314606a6c259e68eb1f8c..559a91ff0a477996475085d4bc0d98c789acf1ea 100644 (file)
@@ -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