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
parent
commit
7bb78c3f9c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/net-snmp/Makefile

+ 1
- 1
net/net-snmp/Makefile View File

@ -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…
Cancel
Save