net-snmp: add missing dependency to libpci
There's a build race condition with other packages which sometimes results in: Package libnetsnmp is missing dependencies for the following libraries: libpci.so.3
This commit is contained in:
parent
29bd05ecd4
commit
7bb78c3f9c
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ define Package/libnetsnmp
|
|||
$(call Package/net-snmp/Default)
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=+libnl-tiny
|
||||
DEPENDS:=+libnl-tiny +libpci
|
||||
TITLE:=Open source SNMP implementation (libraries)
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in a new issue