summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-02-16 20:50:21 (GMT)
committerAlexey Neyman <stilor@att.net>2017-02-16 20:50:21 (GMT)
commit4d17f393bdecbef632f4f6e2aa6ec44951c5a4c4 (patch)
tree60f58a48fe03fec56fa3009d13a8553ba6d5e0a6 /config
parent5ea3f2967f105713ec0c707b4f3da9519912f9d0 (diff)
Add strace 4.16
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config')
-rw-r--r--config/debug/strace.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/debug/strace.in b/config/debug/strace.in
index 48eab0e..ca48451 100644
--- a/config/debug/strace.in
+++ b/config/debug/strace.in
@@ -8,6 +8,11 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config STRACE_V_4_16
+ bool
+ prompt "4.16"
+ depends on CONFIGURE_has_xz
+
config STRACE_V_4_15
bool
prompt "4.15"
@@ -88,6 +93,7 @@ config STRACE_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "4.16" if STRACE_V_4_16
default "4.15" if STRACE_V_4_15
default "4.14" if STRACE_V_4_14
default "4.13" if STRACE_V_4_13