summaryrefslogtreecommitdiff
path: root/package/gettext/patches/patch-gettext-tools_gnulib-lib_spawn_in_h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-02-05 17:29:48 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-02-05 17:29:48 +0100
commitfe8f7f9b3e15dd364889a962ec17289a43e59d3b (patch)
tree15f770a0ce81ebb93c33d739ff9a550c88f5c101 /package/gettext/patches/patch-gettext-tools_gnulib-lib_spawn_in_h
parentd9759be6496da18607bf3068bca9464c44285d33 (diff)
parent99eb047e1594d0f78832ecae5d8b60509c7da6a4 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/gettext/patches/patch-gettext-tools_gnulib-lib_spawn_in_h')
-rw-r--r--package/gettext/patches/patch-gettext-tools_gnulib-lib_spawn_in_h11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/gettext/patches/patch-gettext-tools_gnulib-lib_spawn_in_h b/package/gettext/patches/patch-gettext-tools_gnulib-lib_spawn_in_h
new file mode 100644
index 000000000..4497be8f5
--- /dev/null
+++ b/package/gettext/patches/patch-gettext-tools_gnulib-lib_spawn_in_h
@@ -0,0 +1,11 @@
+--- gettext-0.18.1.1.orig/gettext-tools/gnulib-lib/spawn.in.h 2010-05-24 11:42:46.000000000 +0200
++++ gettext-0.18.1.1/gettext-tools/gnulib-lib/spawn.in.h 2011-02-04 19:21:02.000000000 +0100
+@@ -31,7 +31,7 @@
+
+ /* Get definitions of 'struct sched_param' and 'sigset_t'.
+ But avoid namespace pollution on glibc systems. */
+-#ifndef __GLIBC__
++#if !defined(__GLIBC__) || defined(__UCLIBC__)
+ # include <sched.h>
+ # include <signal.h>
+ #endif