From: Stijn Tintel Date: Fri, 6 Jan 2017 01:55:43 +0000 (+0100) Subject: net-snmp: fix libnl dependency for snmpd-static X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=74e436fac5dc5f15020eb6b7c30d557600a13c27;p=openwrt-packages.git net-snmp: fix libnl dependency for snmpd-static Signed-off-by: Stijn Tintel --- diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index a4a83892c..29330b9c7 100644 --- 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