strace: Fix build on PowerPC
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 9 Nov 2019 19:07:18 +0000 (20:07 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 9 Nov 2019 19:13:41 +0000 (20:13 +0100)
This patch breaks building on PowerPC, like the mpc85xx_generic
target for me.

Fixes: FS#2585
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/devel/strace/patches/100-workaround--pt-reg-collisions-ppc.patch [deleted file]

diff --git a/package/devel/strace/patches/100-workaround--pt-reg-collisions-ppc.patch b/package/devel/strace/patches/100-workaround--pt-reg-collisions-ppc.patch
deleted file mode 100644 (file)
index 93e2980..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
---- a/ptrace.h
-+++ b/ptrace.h
-@@ -30,7 +30,14 @@
- #  define ptrace_peeksiginfo_args XXX_ptrace_peeksiginfo_args
- # endif
-+#if POWERPC
-+#include <linux/types.h>
-+#define __ASSEMBLY__
-+#endif
- # include <linux/ptrace.h>
-+#if POWERPC
-+#undef __ASSEMBLY__
-+#endif
- # ifdef HAVE_STRUCT_IA64_FPREG
- #  undef ia64_fpreg