Files
LibreELEC.tv/packages/addons/addon-depends/system-tools-depends/stress-ng/patches/fix-parallel-build.patch
2021-05-24 10:52:55 +00:00

12 lines
280 B
Diff

--- a/Makefile 2021-05-09 11:37:35.000000000 +0000
+++ b/Makefile 2021-05-09 11:37:43.000000000 +0000
@@ -390,7 +390,7 @@
$(V)sync
config.h:
- +$(MAKE) -f Makefile.config STATIC=$(STATIC) -j
+ +$(MAKE) -f Makefile.config STATIC=$(STATIC) -j1
.PHONY:
makeconfig: config.h