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://207.154.207.93/?a=commitdiff_plain;h=9eb6e19424d3764850026356b465340879c19d1c;p=15.05%2Fopenwrt.git valgrind: avoid including linux/ptrace.h to fix a musl build error Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41054 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 +