mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-25 16:04:48 +01:00
contrib: remove librt from release deps
This commit is contained in:
parent
e64e17830a
commit
e14473299c
1 changed files with 0 additions and 1 deletions
|
@ -98,7 +98,6 @@ ELF_ALLOWED_LIBRARIES = {
|
|||
'libc.so.6', # C library
|
||||
'libpthread.so.0', # threading
|
||||
'libm.so.6', # math library
|
||||
'librt.so.1', # real-time (clock)
|
||||
'libatomic.so.1',
|
||||
'ld-linux-x86-64.so.2', # 64-bit dynamic linker
|
||||
'ld-linux.so.2', # 32-bit dynamic linker
|
||||
|
|
Loading…
Add table
Reference in a new issue