aboutsummaryrefslogtreecommitdiffstats
path: root/strace
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-10-20 22:50:05 +0000
committerChris Larson <clarson@kergoth.com>2003-10-20 22:50:05 +0000
commitf1252666438187c9a1c84107c499f73ee2f80f51 (patch)
treef161100787055d09edfc52c515f4f2d2511931f0 /strace
parent7a454b7336771a1103d5da77b035e5d4b9d5e988 (diff)
downloadopenembedded-f1252666438187c9a1c84107c499f73ee2f80f51.tar.gz
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')
-rw-r--r--strace/strace-4.4.98/arm-syscall.patch0
-rw-r--r--strace/strace_4.4.98.oe10
2 files changed, 10 insertions, 0 deletions
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
--- /dev/null
+++ b/strace/strace-4.4.98/arm-syscall.patch
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"