into debian.(none):/home/ich/programming/oe/oe-packages-exported
2004/08/15 13:21:05+02:00 (none)!ich
ltrace_0.3.35.oe:
"Patch Makefile.in to not include -I- this was
guilty that "elf.h" did include the global
elf.h it found and not the local one
Rename: nonworking/ltrace/ltrace_0.3.34.oe -> nonworking/ltrace/ltrace_0.3.35.oe
BKrev: 411f472fhPoy93XNKuKz7irVShOvFA
+DESCRIPTION = "ltrace is a library call tracing tool."
+PR = "1"
+
+SRC_URI = "${DEBIAN_MIRROR}/main/l/ltrace/ltrace_0.3.35.tar.gz \
+ file://no_global_includes.patch;patch=1 "
+
+inherit autotools
+
+EXTRA_OEMAKE = "ARCH=${HOST_ARCH}"
+
+S = "${WORKDIR}/ltrace-${PV}"