diff options
author | Chris Larson <clarson@kergoth.com> | 2003-10-20 22:50:05 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-10-20 22:50:05 +0000 |
commit | f1252666438187c9a1c84107c499f73ee2f80f51 (patch) | |
tree | f161100787055d09edfc52c515f4f2d2511931f0 /strace/strace_4.4.98.oe | |
parent | 7a454b7336771a1103d5da77b035e5d4b9d5e988 (diff) |
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
Diffstat (limited to 'strace/strace_4.4.98.oe')
-rw-r--r-- | strace/strace_4.4.98.oe | 10 |
1 files changed, 10 insertions, 0 deletions
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" |