Fix the strace ARM build when __NR_waitpid isnt defined -- undef SYS_waitpid, since...
authorChris Larson <clarson@kergoth.com>
Mon, 20 Oct 2003 22:50:05 +0000 (22:50 +0000)
committerChris Larson <clarson@kergoth.com>
Mon, 20 Oct 2003 22:50:05 +0000 (22:50 +0000)
BKrev: 3f94669dMKmij4fZW5v4vYnjwS0lOg

strace/strace-4.4.98/arm-syscall.patch [new file with mode: 0644]
strace/strace_4.4.98.oe

diff --git a/strace/strace-4.4.98/arm-syscall.patch b/strace/strace-4.4.98/arm-syscall.patch
new file mode 100644 (file)
index 0000000..e69de29
index e69de29..d2f5b43 100644 (file)
@@ -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"