net-snmp: fix libnl dependency for snmpd-static
authorStijn Tintel <stijn@linux-ipv6.be>
Fri, 6 Jan 2017 01:55:43 +0000 (02:55 +0100)
committerStijn 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

index a4a83892ce3edd136cd95ddfa3da417a2eead046..29330b9c76ef6ee7ef6943dec7fc780df2ab011c 100644 (file)
@@ -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