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. --- resolv/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resolv') 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 -- cgit 1.4.1