diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-04-05 16:53:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-05 16:53:03 +0200 |
commit | 7bb78c3f9ce7dae7202ef6ba110163b9d7b96ea4 (patch) | |
tree | 8914fb3af70144544286abf87bd0dce3bd4a71de | |
parent | 29bd05ecd4cff02fd44fde7e082997bd5de93bd1 (diff) |
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
-rw-r--r-- | net/net-snmp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index 2180bfa5a..bfcaa9066 100644 --- a/net/net-snmp/Makefile +++ b/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) endef |