commit 74e436fac5dc5f15020eb6b7c30d557600a13c27
parent 3195925ccb91f914f14c743a8fa61516d5086c6b
Author: Stijn Tintel <stijn@linux-ipv6.be>
Date: Fri, 6 Jan 2017 02:55:43 +0100
net-snmp: fix libnl dependency for snmpd-static
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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