From c704137fd60fb149dac8703c266ba633d0592d06 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Sun, 3 Jan 2010 16:46:58 +0100 Subject: debug/ltrace: Add support for ltrace-0.5.3 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 , the OpenEmbedded patches for cross compiling, by Khem Raj and a further set of patches by Joachim Nilsson for crosstool-NG. --- config/debug/ltrace.in | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'config/debug') diff --git a/config/debug/ltrace.in b/config/debug/ltrace.in index b119410f..dd04fca9 100644 --- a/config/debug/ltrace.in +++ b/config/debug/ltrace.in @@ -14,6 +14,12 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config LTRACE_V_0_5_3 + bool + prompt "0.5.3 (EXPERIMENTAL)" + depends on EXPERIMENTAL + select LTRACE_0_5_3_or_later + config LTRACE_V_0_5_2 bool prompt "0.5.2" @@ -39,7 +45,12 @@ config LTRACE_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "0.5.3" if LTRACE_V_0_5_3 default "0.5.2" if LTRACE_V_0_5_2 default "0.5.1" if LTRACE_V_0_5_1 default "0.5" if LTRACE_V_0_5 default "0.4" if LTRACE_V_0_4 + +config LTRACE_0_5_3_or_later + bool + default n -- cgit v1.2.3