summaryrefslogtreecommitdiff
path: root/package/strace/patches/patch-defs_h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-16 08:39:31 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-16 08:39:31 +0100
commit03f50b1de4d1466414bbfafb0b8f3f912aacbd41 (patch)
tree06c6ab184b044478d82b087a509ac4ddda9f64f5 /package/strace/patches/patch-defs_h
parent904e9a9e7484b5330ddf5ce980f2c12830cbc830 (diff)
fix musl ppc compile, from sabotage
Diffstat (limited to 'package/strace/patches/patch-defs_h')
-rw-r--r--package/strace/patches/patch-defs_h4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/strace/patches/patch-defs_h b/package/strace/patches/patch-defs_h
index d4a359ef4..c5687b457 100644
--- a/package/strace/patches/patch-defs_h
+++ b/package/strace/patches/patch-defs_h
@@ -1,5 +1,5 @@
--- strace-4.8.orig/defs.h 2013-05-14 16:10:42.000000000 +0200
-+++ strace-4.8/defs.h 2013-10-25 13:21:18.000000000 +0200
++++ strace-4.8/defs.h 2014-01-15 12:10:01.000000000 +0100
@@ -37,6 +37,28 @@
# endif
#endif
@@ -42,7 +42,7 @@
# include <sys/ptrace.h>
# undef ptrace
-# ifdef POWERPC
-+# if defined(POWERPC) || defined(ARM)
++# if defined(ARM)
# define __KERNEL__
# include <asm/ptrace.h>
# undef __KERNEL__