aboutsummaryrefslogtreecommitdiff
path: root/patches/ltrace/0.5.3
Commit message (Collapse)AuthorAgeFilesLines
* debug/ltrace: fix LDFLAGS for libsupc++ and libibertyYann E. MORIN"2010-05-151-0/+16
| | | | | | | | | | The configure script correctly detects libsupc++ and libiberty, but in the linker stage it tries to link in both libraries without taking care of the test result. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> [yann.morin.1998@anciens.enib.fr: rework patch depth to be -p1] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* debug/ltrace: Add support for ltrace-0.5.3Joachim Nilsson2010-01-038-0/+366
From this version of ltrace the maintainer has removed support for GNU Autotools, so the patch sets needed to be reworked. Included is the latest Debian patch, by the Debian ltrace maintainer Juan Cespedes <cespedes@debian.org>, the OpenEmbedded patches for cross compiling, by Khem Raj <raj.khem@gmail.com> and a further set of patches by Joachim Nilsson <jocke@vmlinux.org> for crosstool-NG.