Browse Source
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
lilik-openwrt-22.03
Koen Vandeputte
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
net/net-snmp/Makefile
@ -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)
e n d e f