X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fdevel%2Fstrace%2Fpatches%2F100-workaround--pt-reg-collisions-ppc.patch;h=5dc1e6713f5c801b9a6f72244eeea19b0ce658bd;hb=3a6353d910fc1e9a9fdafbd85c96d96d8d43746a;hp=9b9d12a286e03be7d3b932e50ef78d314bb5918a;hpb=519a199cbcc0930e229ddd7087309326a846bdce;p=lede-git%2F.git 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 index 9b9d12a286..5dc1e6713f 100644 --- a/package/devel/strace/patches/100-workaround--pt-reg-collisions-ppc.patch +++ b/package/devel/strace/patches/100-workaround--pt-reg-collisions-ppc.patch @@ -1,14 +1,19 @@ +diff --git a/ptrace.h b/ptrace.h +index ddb46cb..48a54b8 100644 --- a/ptrace.h +++ b/ptrace.h -@@ -52,7 +52,10 @@ extern long ptrace(int, int, char *, long); +@@ -55,7 +55,14 @@ extern long ptrace(int, int, char *, long); # define ptrace_peeksiginfo_args XXX_ptrace_peeksiginfo_args #endif ++#if POWERPC +#include +#define __ASSEMBLY__ ++#endif #include ++#if POWERPC +#undef __ASSEMBLY__ ++#endif #ifdef HAVE_STRUCT_IA64_FPREG # undef ia64_fpreg ---