diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2017-01-06 02:55:43 +0100 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2017-01-06 02:56:03 +0100 |
commit | 74e436fac5dc5f15020eb6b7c30d557600a13c27 (patch) | |
tree | b25c1e931fdc70e0b425e28fe51c48e7f1ad9e49 | |
parent | 3195925ccb91f914f14c743a8fa61516d5086c6b (diff) |
net-snmp: fix libnl dependency for snmpd-static
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
-rw-r--r-- | net/net-snmp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |