diff options
Diffstat (limited to 'resolv')
-rw-r--r-- | resolv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resolv/Makefile b/resolv/Makefile index 5128bd0..054b1fa 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 |