diff -r ecccce88fc71 -r 7723b8457efa patches/ltrace/0.5.3/160-fix-missing-ptrace-defines.patch --- a/patches/ltrace/0.5.3/160-fix-missing-ptrace-defines.patch Sun Jan 03 16:46:58 2010 +0100 +++ b/patches/ltrace/0.5.3/160-fix-missing-ptrace-defines.patch Fri Nov 18 16:22:52 2011 +0800 @@ -70,3 +70,12 @@ + +#endif /* PTRACE_EVENT_FORK */ +#endif /* __SYSDEPS_TRACE_H__ */ +--- ltrace-0.5.3.orig/sysdeps/linux-gnu/ppc/plt.c 2009-07-25 09:13:02.000000000 -0600 ++++ ltrace-0.5.3/sysdeps/linux-gnu/ppc/plt.c 2010-09-28 18:30:07.091618190 -0600 +@@ -1,5 +1,6 @@ + #include + #include "common.h" ++#include "ptrace.h" + + GElf_Addr + arch_plt_sym_val(struct ltelf *lte, size_t ndx, GElf_Rela * rela) {