diff options
Diffstat (limited to 'recipes/phoneme/files/b160-newer-libc.patch')
-rw-r--r-- | recipes/phoneme/files/b160-newer-libc.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/phoneme/files/b160-newer-libc.patch b/recipes/phoneme/files/b160-newer-libc.patch new file mode 100644 index 0000000000..814de0d1c2 --- /dev/null +++ b/recipes/phoneme/files/b160-newer-libc.patch @@ -0,0 +1,11 @@ +diff -uNr cdc.orig/src/linux/native/java/lang/UNIXProcess_md.c cdc/src/linux/native/java/lang/UNIXProcess_md.c +--- cdc.orig/src/linux/native/java/lang/UNIXProcess_md.c 2010-08-20 11:25:25.000000000 +0200 ++++ cdc/src/linux/native/java/lang/UNIXProcess_md.c 2010-08-20 11:32:33.000000000 +0200 +@@ -38,6 +38,7 @@ + #include <signal.h> + #include <string.h> + #include <errno.h> ++#include <sys/stat.h> + + #ifdef JDK + /* path in the environment */ |