net-snmp: fix libnl dependency
authorStijn Tintel <stijn@linux-ipv6.be>
Wed, 4 Jan 2017 12:10:13 +0000 (13:10 +0100)
committerStijn Tintel <stijn@linux-ipv6.be>
Wed, 4 Jan 2017 12:16:56 +0000 (13:16 +0100)
When libnl-core is enabled, but libnl isn't, build fails because of a
missing dependency on libnl-3.so.200. Depending on libnl-core seems to
work for both cases.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
net/net-snmp/Makefile

index 467a9b55fc8335938e303e144201753b7bde9396..893eee005f6fd076a3c2224b26df7c57e145ac2a 100644 (file)
@@ -38,7 +38,7 @@ define Package/libnetsnmp
 $(call Package/net-snmp/Default)
   SECTION:=libs
   CATEGORY:=Libraries
-  DEPENDS:=+PACKAGE_libnl:libnl
+  DEPENDS:=+PACKAGE_libnl-core:libnl-core
   TITLE:=Open source SNMP implementation (libraries)
 endef