From f1252666438187c9a1c84107c499f73ee2f80f51 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 20 Oct 2003 22:50:05 +0000 Subject: [PATCH] Fix the strace ARM build when __NR_waitpid isnt defined -- undef SYS_waitpid, since it attempts to use it directly, and define sys_waitpid to printargs. BKrev: 3f94669dMKmij4fZW5v4vYnjwS0lOg --- strace/strace-4.4.98/arm-syscall.patch | 0 strace/strace_4.4.98.oe | 10 ++++++++++ 2 files changed, 10 insertions(+) create mode 100644 strace/strace-4.4.98/arm-syscall.patch diff --git a/strace/strace-4.4.98/arm-syscall.patch b/strace/strace-4.4.98/arm-syscall.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/strace/strace_4.4.98.oe b/strace/strace_4.4.98.oe index e69de29bb2..d2f5b43823 100644 --- a/strace/strace_4.4.98.oe +++ b/strace/strace_4.4.98.oe @@ -0,0 +1,10 @@ +DEPENDS = virtual/libc +RDEPENDS = libc6 + +SRC_URI = ${SOURCEFORGE_MIRROR}/strace/strace-4.4.98.tar.bz2 \ + file://${FILESDIR}/arm-compilation.patch;patch=1 \ + file://${FILESDIR}/arm-syscall.patch;patch=1 + +inherit autotools + +export INCLUDES="-I. -I./linux" -- 2.39.5