aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dbus/dbus-1.0.3/fix-waitpid.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/dbus/dbus-1.0.3/fix-waitpid.patch')
-rw-r--r--recipes/dbus/dbus-1.0.3/fix-waitpid.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/dbus/dbus-1.0.3/fix-waitpid.patch b/recipes/dbus/dbus-1.0.3/fix-waitpid.patch
new file mode 100644
index 0000000000..80c431809c
--- /dev/null
+++ b/recipes/dbus/dbus-1.0.3/fix-waitpid.patch
@@ -0,0 +1,11 @@
+--- /tmp/dbus-launch.c 2007-02-05 18:43:24.000000000 +0100
++++ dbus-1.0.2/tools/dbus-launch.c 2007-02-05 18:43:37.675251000 +0100
+@@ -622,7 +622,7 @@
+
+ exit_with_session = FALSE;
+ config_file = NULL;
+-
++ signal(SIGCHLD, SIG_DFL);
+ prev_arg = NULL;
+ i = 1;
+ while (i < argc)