contrib: remove librt from release deps

This commit is contained in:
fanquake 2023-07-11 13:12:20 +01:00
parent e64e17830a
commit e14473299c
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -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