From c1927d2109af1fa5f9c2dd17d70ad17c6d2a8ef1 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 8 Jun 2014 11:21:37 +0000 Subject: [PATCH] valgrind: avoid including linux/ptrace.h to fix a musl build error Signed-off-by: Felix Fietkau SVN-Revision: 41054 --- .../devel/valgrind/patches/120-no_linux_ptrace_h.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/devel/valgrind/patches/120-no_linux_ptrace_h.patch 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 + -- 2.30.2