mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 14:34:49 +01:00
build: remove libanl.so.1 from ALLOWED_LIBRARIES
This commit is contained in:
parent
a8d9f7dfa7
commit
ec89d2882a
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,6 @@ ALLOWED_LIBRARIES = {
|
||||||
'libgcc_s.so.1', # GCC base support
|
'libgcc_s.so.1', # GCC base support
|
||||||
'libc.so.6', # C library
|
'libc.so.6', # C library
|
||||||
'libpthread.so.0', # threading
|
'libpthread.so.0', # threading
|
||||||
'libanl.so.1', # DNS resolve
|
|
||||||
'libm.so.6', # math library
|
'libm.so.6', # math library
|
||||||
'librt.so.1', # real-time (clock)
|
'librt.so.1', # real-time (clock)
|
||||||
'libatomic.so.1',
|
'libatomic.so.1',
|
||||||
|
|
Loading…
Add table
Reference in a new issue