net-snmp: add missing dependency to libpci
authorKoen Vandeputte <redacted>
Fri, 5 Apr 2019 14:53:03 +0000 (16:53 +0200)
committerGitHub <redacted>
Fri, 5 Apr 2019 14:53:03 +0000 (16:53 +0200)
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

index 2180bfa5a8eba260a570dcf1f3641c9f4dc1d6fb..bfcaa90661728c3a57cd2287adc00fa007f34984 100644 (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
 
git clone https://git.99rst.org/PROJECT