From 0ab9832843496ffee005c6802adbccadbfa8b2d5 Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Wed, 8 Jan 2020 15:08:30 +0100 Subject: [PATCH] stress-ng: fix build with make v4.3 How did this ever... I mean, who writes... oh... nevermind. --- .../stress-ng/patches/build.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 packages/addons/addon-depends/system-tools-depends/stress-ng/patches/build.patch 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 $@ $< +