Browse Source

net-snmp: fix libnl dependency

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>
lilik-openwrt-22.03
Stijn Tintel 8 years ago
parent
commit
8915b1e03b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/net-snmp/Makefile

+ 1
- 1
net/net-snmp/Makefile View 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


Loading…
Cancel
Save