Gitian: fix check-symbols for armhf builds

amrhf builds leak Boost symbols, so @laanwj’s linker script hack was
added back to armhf builds.

Also added ld-linux-armhf.so.3 to the list of allowed libraries in
symbol-check.py.
This commit is contained in:
Barnabas Debreczeni
2016-03-05 15:21:22 +01:00
parent 8465190cb6
commit 2e568375ea
2 changed files with 15 additions and 2 deletions

View File

@@ -62,6 +62,7 @@ ALLOWED_LIBRARIES = {
'librt.so.1', # real-time (clock)
'ld-linux-x86-64.so.2', # 64-bit dynamic linker
'ld-linux.so.2', # 32-bit dynamic linker
'ld-linux-armhf.so.3', # 32-bit armhf dynamic linker
# bitcoin-qt only
'libX11-xcb.so.1', # part of X11
'libX11.so.6', # part of X11