diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-11-16 20:46:44 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-11-16 20:46:44 +0100 |
commit | c80e42faffdc71e878168c52bb3767e2277dd722 (patch) | |
tree | c24cedac802665648f2ac24bd184c772ca2e1460 /recipes/ltrace/files/ltrace-ppc.patch | |
parent | b32e9132c3b7186605a8f58978bf74dbcf12e1f7 (diff) | |
parent | 2eb99471ec5f9c49a99b7349395d7dda0aee6b91 (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/ltrace/files/ltrace-ppc.patch')
-rw-r--r-- | recipes/ltrace/files/ltrace-ppc.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/ltrace/files/ltrace-ppc.patch b/recipes/ltrace/files/ltrace-ppc.patch new file mode 100644 index 0000000000..d5ea0f0bfc --- /dev/null +++ b/recipes/ltrace/files/ltrace-ppc.patch @@ -0,0 +1,11 @@ +Index: ltrace-0.5.3/sysdeps/linux-gnu/ppc/plt.c +=================================================================== +--- ltrace-0.5.3.orig/sysdeps/linux-gnu/ppc/plt.c 2009-11-15 03:46:14.459233772 +0300 ++++ ltrace-0.5.3/sysdeps/linux-gnu/ppc/plt.c 2009-11-15 03:46:25.299232646 +0300 +@@ -1,5 +1,6 @@ + #include <gelf.h> + #include "common.h" ++#include "ptrace.h" + + GElf_Addr + arch_plt_sym_val(struct ltelf *lte, size_t ndx, GElf_Rela * rela) { |