git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
29bd05e
)
net-snmp: add missing dependency to libpci
author
Koen Vandeputte
<redacted>
Fri, 5 Apr 2019 14:53:03 +0000
(16:53 +0200)
committer
GitHub
<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
patch
|
blob
|
history
diff --git
a/net/net-snmp/Makefile
b/net/net-snmp/Makefile
index 2180bfa5a8eba260a570dcf1f3641c9f4dc1d6fb..bfcaa90661728c3a57cd2287adc00fa007f34984 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT