From 4f4c387543079ec48aae97623e07546ecbdff785 Mon Sep 17 00:00:00 2001 From: Daniel Zimmermann Date: Wed, 19 Feb 2014 22:36:03 +0100 Subject: debug/ltrace: pump ltrace to version 0.7.3 pump ltrace to version 0.7.3 backport a patch from Peter Wu to silence warnings/errors in ltrace Signed-off-by: '"Peter Wu" ' Signed-off-by: '"Daniel Zimmermann" ' [yann.morin.1998@free.fr: remove superfluous empty lines] Signed-off-by: "Yann E. MORIN" Message-Id: <8349c35b506aa79c4e69.1392845765@haus-VirtualBox> Patchwork-Id: 322017 --- config/debug/ltrace.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config/debug') diff --git a/config/debug/ltrace.in b/config/debug/ltrace.in index 6b27121f..aa5c0580 100644 --- a/config/debug/ltrace.in +++ b/config/debug/ltrace.in @@ -15,6 +15,10 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config LTRACE_V_0_7_3 + bool + prompt "0.7.3" + config LTRACE_V_0_5_3 bool prompt "0.5.3" @@ -30,6 +34,7 @@ config LTRACE_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "0.7.3" if LTRACE_V_0_7_3 default "0.5.3" if LTRACE_V_0_5_3 default "0.5.2" if LTRACE_V_0_5_2 -- cgit v1.2.3