projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7041ed
)
bandwidthd: don't build in parallel
13173/head
author
Rosen Penev
<rosenp@gmail.com>
Wed, 19 Aug 2020 21:29:38 +0000
(14:29 -0700)
committer
Rosen Penev
<rosenp@gmail.com>
Wed, 19 Aug 2020 21:29:38 +0000
(14:29 -0700)
There are intermittent build failures on the buildbots because of this.
I see the same build failures locally as well.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
utils/bandwidthd/Makefile
patch
|
blob
|
history
diff --git
a/utils/bandwidthd/Makefile
b/utils/bandwidthd/Makefile
index 6e3344c3a223bf395f655bb9de5ecfa270e33749..53e2a6fe0eef50b0b951f6dd35f5484e04da92c6 100644
(file)
--- a/
utils/bandwidthd/Makefile
+++ b/
utils/bandwidthd/Makefile
@@
-19,7
+19,7
@@
PKG_MAINTAINER:=Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
PKG_LICENSE:=GPL-2.0-or-later
PKG_FIXUP:=autoreconf
-PKG_BUILD_PARALLEL:=
1
+PKG_BUILD_PARALLEL:=
0
include $(INCLUDE_DIR)/package.mk