From d44995a4b35cd41c6a8fea86411ecf3b3068679f Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 1 May 2023 13:35:54 +0200 Subject: hurd 64bit: Add missing libanl The move of libanl to libc was in glibc 2.34 for nptl only. --- sysdeps/htl/Makeconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/htl/Makeconfig') diff --git a/sysdeps/htl/Makeconfig b/sysdeps/htl/Makeconfig index f8b321c8d2..ab22373ae1 100644 --- a/sysdeps/htl/Makeconfig +++ b/sysdeps/htl/Makeconfig @@ -2,6 +2,7 @@ # This gets included at the end of the main glibc Makeconfig. have-thread-library = yes +have-anl-library = yes shared-thread-library = $(common-objpfx)htl/libpthread.so static-thread-library = $(..)htl/libpthread_syms.a $(common-objpfx)htl/libpthread.a $(common-objpfx)mach/libmachuser.a $(common-objpfx)hurd/libhurduser.a -- cgit v1.2.3