mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
stress-ng: Fix parallel build
This commit is contained in:
parent
2705254c14
commit
85a599cee7
@ -0,0 +1,13 @@
|
||||
diff --git a/Makefile b/Makefile
|
||||
index 15c9e6cc828c..3b68824ce727 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -376,7 +376,7 @@ stress-ng: $(OBJS)
|
||||
|
||||
makeconfig:
|
||||
@if [ ! -e config ]; then \
|
||||
- STATIC=$(STATIC) $(MAKE) -f Makefile.config; \
|
||||
+ STATIC=$(STATIC) $(MAKE) -j1 -f Makefile.config; \
|
||||
fi
|
||||
|
||||
#
|
Loading…
x
Reference in New Issue
Block a user