diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-08-02 13:46:56 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-08-02 13:46:56 +0000 |
commit | 6f786b3b62953baa2789e2125470e6d03904a061 (patch) | |
tree | 949584f40a2ca19c3fc2df8a01708bbb7cddd0b8 /packages/libmatchbox/files/reset-sigchld.patch | |
parent | c7f6e1213aa7802ef6d0e520a71530f41db403dc (diff) |
libmatchbox 1.9 fix bug #2048
Diffstat (limited to 'packages/libmatchbox/files/reset-sigchld.patch')
-rw-r--r-- | packages/libmatchbox/files/reset-sigchld.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/libmatchbox/files/reset-sigchld.patch b/packages/libmatchbox/files/reset-sigchld.patch new file mode 100644 index 0000000000..5792385d27 --- /dev/null +++ b/packages/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++) |