summaryrefslogtreecommitdiff
path: root/config/debug
diff options
context:
space:
mode:
authorDaniel Zimmermann <netzimme@gmail.com>2014-02-19 21:36:03 (GMT)
committerDaniel Zimmermann <netzimme@gmail.com>2014-02-19 21:36:03 (GMT)
commit4f4c387543079ec48aae97623e07546ecbdff785 (patch)
tree78edb02dcdaafce07d38d6934623f6b7dad31e46 /config/debug
parent28fe90cda272bc0af8ac15e01cf945141aced51d (diff)
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" <lekensteyn@gmail.com>' Signed-off-by: '"Daniel Zimmermann" <netzimme@gmail.com>' [yann.morin.1998@free.fr: remove superfluous empty lines] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Message-Id: <8349c35b506aa79c4e69.1392845765@haus-VirtualBox> Patchwork-Id: 322017
Diffstat (limited to 'config/debug')
-rw-r--r--config/debug/ltrace.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/debug/ltrace.in b/config/debug/ltrace.in
index 6b27121..aa5c058 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