mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
resolv: Do not build libanl.so for ABIs starting at 2.35
This commit is contained in:
parent
ebe899af0d
commit
737e873b30
@ -78,8 +78,12 @@ generate := mtrace-tst-leaks.out tst-leaks.mtrace tst-leaks2.mtrace
|
||||
|
||||
extra-libs := libresolv libnss_dns
|
||||
ifeq ($(have-thread-library),yes)
|
||||
extra-libs += libanl
|
||||
routines += gai_sigqueue
|
||||
endif
|
||||
|
||||
ifeq ($(have-GLIBC_2.34)$(have-thread-library),yesyes)
|
||||
# Empty compatibility library for old binaries.
|
||||
extra-libs += libanl
|
||||
|
||||
tests += \
|
||||
tst-bug18665 \
|
||||
|
Loading…
Reference in New Issue
Block a user