From 7bb78c3f9ce7dae7202ef6ba110163b9d7b96ea4 Mon Sep 17 00:00:00 2001 From: Koen Vandeputte Date: Fri, 5 Apr 2019 16:53:03 +0200 Subject: [PATCH] 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 --- net/net-snmp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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