From 74e436fac5dc5f15020eb6b7c30d557600a13c27 Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Fri, 6 Jan 2017 02:55:43 +0100 Subject: [PATCH] net-snmp: fix libnl dependency for snmpd-static Signed-off-by: Stijn Tintel --- net/net-snmp/Makefile | 1 + 1 file changed, 1 insertion(+) 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