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-Tag: reboot~7001 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=c1927d2109af1fa5f9c2dd17d70ad17c6d2a8ef1;p=openwrt%2F.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 +