From: Felix Fietkau Date: Sun, 8 Jun 2014 11:21:37 +0000 (+0000) Subject: valgrind: avoid including linux/ptrace.h to fix a musl build error X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=60fd233e68429f711775f7923d27380ab6dcfe0f;p=openwrt%2Fsvn-archive%2Farchive.git valgrind: avoid including linux/ptrace.h to fix a musl build error Signed-off-by: Felix Fietkau SVN-Revision: 41054 --- diff --git a/package/devel/valgrind/patches/120-no_linux_ptrace_h.patch b/package/devel/valgrind/patches/120-no_linux_ptrace_h.patch new file mode 100644 index 0000000000..f159876dbc --- /dev/null +++ b/package/devel/valgrind/patches/120-no_linux_ptrace_h.patch @@ -0,0 +1,10 @@ +--- a/coregrind/vgdb.c ++++ b/coregrind/vgdb.c +@@ -102,7 +102,6 @@ I_die_here : (PTRACEINVOKER) architectur + #include + #if defined(VGO_linux) + # include +-# include + #endif + #endif +