Browse Source

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 <cshored@thecshore.com>
lilik-openwrt-22.03
Daniel F. Dickinson 6 years ago
parent
commit
39250c08db
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      net/nut/Makefile

+ 2
- 2
net/nut/Makefile View 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


Loading…
Cancel
Save