projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2f64b3
)
nut: Drop unnecessary dependency on libwrap
author
Daniel F. Dickinson
<cshored@thecshore.com>
Tue, 21 Aug 2018 00:08:05 +0000
(20:08 -0400)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/net/nut/Makefile
b/net/nut/Makefile
index d139c9357a5b8fe8b46314606a6c259e68eb1f8c..559a91ff0a477996475085d4bc0d98c789acf1ea 100644
(file)
--- 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