diff --git a/packages/addons/addon-depends/system-tools-depends/stress-ng/patches/build.patch b/packages/addons/addon-depends/system-tools-depends/stress-ng/patches/build.patch new file mode 100644 index 0000000000..010df6d075 --- /dev/null +++ b/packages/addons/addon-depends/system-tools-depends/stress-ng/patches/build.patch @@ -0,0 +1,15 @@ +--- a/Makefile 2020-01-08 15:05:33.724535475 +0100 ++++ b/Makefile 2020-01-08 15:06:22.475865004 +0100 +@@ -339,11 +339,9 @@ + endif + $(MAKE) stress-ng + +-.SUFFIXES: .c .o +- + .o: stress-ng.h Makefile + +-.c.o: stress-ng.h Makefile $(SRC) ++%.c.o: stress-ng.h Makefile %.c + @echo "CC $<" + @$(CC) $(CFLAGS) -c -o $@ $< +