build: remove libanl.so.1 from ALLOWED_LIBRARIES

This commit is contained in:
fanquake 2019-11-20 15:05:35 -05:00
parent a8d9f7dfa7
commit ec89d2882a
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -57,7 +57,6 @@ ALLOWED_LIBRARIES = {
'libgcc_s.so.1', # GCC base support
'libc.so.6', # C library
'libpthread.so.0', # threading
'libanl.so.1', # DNS resolve
'libm.so.6', # math library
'librt.so.1', # real-time (clock)
'libatomic.so.1',