diff --git a/contrib/devtools/symbol-check.py b/contrib/devtools/symbol-check.py index d740a945607..980b5e52dcb 100755 --- a/contrib/devtools/symbol-check.py +++ b/contrib/devtools/symbol-check.py @@ -42,7 +42,8 @@ import pixie 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