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