diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-05-01 13:35:54 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-05-01 13:36:14 +0200 |
commit | d44995a4b35cd41c6a8fea86411ecf3b3068679f (patch) | |
tree | 4ff024082ff39edc176f9e5a0af5cdde5c4a948f /sysdeps/nptl | |
parent | d90470a37e1e761bbb711131e8531e08c4521f24 (diff) | |
download | glibc-d44995a4b35cd41c6a8fea86411ecf3b3068679f.tar.gz glibc-d44995a4b35cd41c6a8fea86411ecf3b3068679f.tar.xz glibc-d44995a4b35cd41c6a8fea86411ecf3b3068679f.zip |
hurd 64bit: Add missing libanl
The move of libanl to libc was in glibc 2.34 for nptl only.
Diffstat (limited to 'sysdeps/nptl')
-rw-r--r-- | sysdeps/nptl/Makeconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/nptl/Makeconfig b/sysdeps/nptl/Makeconfig index 2ce1aa7347..77aedd1e73 100644 --- a/sysdeps/nptl/Makeconfig +++ b/sysdeps/nptl/Makeconfig @@ -19,6 +19,7 @@ # This gets included at the end of the main glibc Makeconfig. have-thread-library = yes +have-anl-library = $(have-GLIBC_2.34) # The thread library is integrated. shared-thread-library = |