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:
3195925
)
net-snmp: fix libnl dependency for snmpd-static
author
Stijn Tintel
<stijn@linux-ipv6.be>
Fri, 6 Jan 2017 01:55:43 +0000
(
02:55
+0100)
committer
Stijn Tintel
<stijn@linux-ipv6.be>
Fri, 6 Jan 2017 01:56:03 +0000
(
02:56
+0100)
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
net/net-snmp/Makefile
patch
|
blob
|
history
diff --git
a/net/net-snmp/Makefile
b/net/net-snmp/Makefile
index a4a83892ce3edd136cd95ddfa3da417a2eead046..29330b9c76ef6ee7ef6943dec7fc780df2ab011c 100644
(file)
--- a/
net/net-snmp/Makefile
+++ b/
net/net-snmp/Makefile
@@
-90,6
+90,7
@@
endef
define Package/snmpd-static
$(call Package/net-snmp/Default)
TITLE:=Open source SNMP implementation (daemon)
+ DEPENDS:=+PACKAGE_libnl-core:libnl-core
endef
define Package/snmpd-static/description