stress-ng: fix build without swapcontext
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Thu, 6 Dec 2018 22:37:30 +0000 (23:37 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 8 Dec 2018 22:48:52 +0000 (23:48 +0100)
Fixes:
 - http://autobuild.buildroot.org/results/f2d3b06afa6e31527a71c03671c8f08eb3f46c36

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/stress-ng/0002-stress-stackmmap-needs-swapcontext.patch [new file with mode: 0644]

diff --git a/package/stress-ng/0002-stress-stackmmap-needs-swapcontext.patch b/package/stress-ng/0002-stress-stackmmap-needs-swapcontext.patch
new file mode 100644 (file)
index 0000000..8c1bf60
--- /dev/null
@@ -0,0 +1,29 @@
+From 748ac7e88833472211ccce82563beb5050528e00 Mon Sep 17 00:00:00 2001
+From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
+Date: Tue, 4 Dec 2018 21:52:49 +0100
+Subject: [PATCH] stress-stackmmap: needs swapcontext
+
+Fixes:
+ - http://autobuild.buildroot.org/results/f2d3b06afa6e31527a71c03671c8f08eb3f46c36
+
+Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
+---
+ stress-stackmmap.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/stress-stackmmap.c b/stress-stackmmap.c
+index c2f4c31d..eb31d084 100644
+--- a/stress-stackmmap.c
++++ b/stress-stackmmap.c
+@@ -24,7 +24,7 @@
+  */
+ #include "stress-ng.h"
+-#if defined(__linux__)
++#if defined(HAVE_SWAPCONTEXT)
+ #include <ucontext.h>
+-- 
+2.14.1
+