commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd, commited] elf: Fix tst-linkall-static link when pthread is not in


From: Samuel Thibault
Subject: [hurd, commited] elf: Fix tst-linkall-static link when pthread is not in libc
Date: Tue, 4 Jan 2022 11:36:46 +0100

In that case we want to link in libanl.a, thus providing getaddrinfo_a.
---
 elf/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/elf/Makefile b/elf/Makefile
index b23b8dfd51..d6b33fea1e 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -1936,6 +1936,10 @@ $(objpfx)tst-ldconfig-X.out : tst-ldconfig-X.sh 
$(objpfx)ldconfig
 # Test static linking of all the libraries we can possibly link
 # together.  Note that in some configurations this may be less than the
 # complete list of libraries we build but we try to maxmimize this list.
+ifeq ($(pthread-in-libc),no)
+$(objpfx)tst-linkall-static: \
+  $(common-objpfx)resolv/libanl.a
+endif
 $(objpfx)tst-linkall-static: \
   $(common-objpfx)math/libm.a \
   $(common-objpfx)resolv/libresolv.a \
-- 
2.34.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]