From: Adhemerval Zanella Date: Mon, 3 Jan 2022 16:54:27 +0000 (-0300) Subject: Remove stale reference to libanl.a X-Git-Tag: glibc-2.35~143 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8df0def7a4e852058e85af8493265c9ebb49bd08;p=thirdparty%2Fglibc.git Remove stale reference to libanl.a Since dbb949f53d4 ("resolv: Move libanl into libc (if libpthread is in libc)") libanl.a is empty, so linking against it no longer necessary. --- diff --git a/elf/Makefile b/elf/Makefile index 06bfa1642f3..883578ee368 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -1683,7 +1683,6 @@ $(objpfx)tst-linkall-static: \ $(common-objpfx)resolv/libresolv.a \ $(common-objpfx)login/libutil.a \ $(common-objpfx)rt/librt.a \ - $(common-objpfx)resolv/libanl.a \ $(static-thread-library) ifeq ($(build-crypt),yes)