mirror of https://github.com/openwrt/packages.git
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.3pull/8603/head
parent
29bd05ecd4
commit
7bb78c3f9c
|
@ -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 New Issue