public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] resolv: Do not build libanl.so for ABIs starting at 2.35
@ 2021-12-30 13:38 Adhemerval Zanella
  0 siblings, 0 replies; only message in thread
From: Adhemerval Zanella @ 2021-12-30 13:38 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=737e873b305d8a2d925a8e346b84910eae5a39b3

commit 737e873b305d8a2d925a8e346b84910eae5a39b3
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Dec 30 08:57:56 2021 -0300

    resolv: Do not build libanl.so for ABIs starting at 2.35

Diff:
---
 resolv/Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/resolv/Makefile b/resolv/Makefile
index 59e599535c..ed353386d9 100644
--- a/resolv/Makefile
+++ b/resolv/Makefile
@@ -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 \


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-30 13:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-30 13:38 [glibc] resolv: Do not build libanl.so for ABIs starting at 2.35 Adhemerval Zanella

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).