mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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>
This commit is contained in:
@@ -38,7 +38,7 @@ define Package/libnetsnmp
|
|||||||
$(call Package/net-snmp/Default)
|
$(call Package/net-snmp/Default)
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
DEPENDS:=+PACKAGE_libnl:libnl
|
DEPENDS:=+PACKAGE_libnl-core:libnl-core
|
||||||
TITLE:=Open source SNMP implementation (libraries)
|
TITLE:=Open source SNMP implementation (libraries)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user