summaryrefslogtreecommitdiffstats
path: root/recipes/libmatchbox/files/reset-sigchld.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libmatchbox/files/reset-sigchld.patch')
-rw-r--r--recipes/libmatchbox/files/reset-sigchld.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/libmatchbox/files/reset-sigchld.patch b/recipes/libmatchbox/files/reset-sigchld.patch
new file mode 100644
index 0000000000..5792385d27
--- /dev/null
+++ b/recipes/libmatchbox/files/reset-sigchld.patch
@@ -0,0 +1,15 @@
+
+#
+# Patch managed by http://www.holgerschurig.de/patcher.html
+#
+
+--- libmatchbox-1.9/libmb/mbutil.c~reset-sigchld
++++ libmatchbox-1.9/libmb/mbutil.c
+@@ -92,6 +92,7 @@
+ }
+
+ argv[nargs] = NULL;
++ signal(SIGCHLD, SIG_DFL);
+ rc = execvp (argv[0], argv);
+
+ for (i = 0; i < nargs; i++)