diff --git a/contrib/devtools/symbol-check.py b/contrib/devtools/symbol-check.py index 6cca367e992921..0565171058e270 100755 --- a/contrib/devtools/symbol-check.py +++ b/contrib/devtools/symbol-check.py @@ -40,7 +40,8 @@ MAX_VERSIONS = { 'GCC': (4,8,0), 'GLIBC': (2,17), -'LIBATOMIC': (1,0) +'LIBATOMIC': (1,0), +'V': (0,5,0), # xkb (bitcoin-qt only) } # See here for a description of _IO_stdin_used: # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634261#109