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 /resolv/Makefile | |
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 'resolv/Makefile')
-rw-r--r-- | resolv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resolv/Makefile b/resolv/Makefile index 5128bd0bc1..054b1fa36c 100644 --- a/resolv/Makefile +++ b/resolv/Makefile @@ -186,7 +186,7 @@ libresolv-routines := \ resolv-deprecated \ # libresolv-routines -ifeq ($(have-GLIBC_2.34)$(have-thread-library),yesyes) +ifeq ($(have-anl-library),yes) # Empty compatibility library for old binaries. extra-libs += libanl libanl-routines += libanl-compat |