diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-29 18:12:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-29 18:12:01 +0000 |
commit | 30f1226b0b921c541d539450e5b6fe8af7fc4ab9 (patch) | |
tree | e6b03d73295b23e8b8da7cf341e31e9fb1948937 /posix | |
parent | 1a6c971d0030bdd01aacbee3bbb52602f5ab6b4c (diff) | |
download | glibc-30f1226b0b921c541d539450e5b6fe8af7fc4ab9.tar.gz glibc-30f1226b0b921c541d539450e5b6fe8af7fc4ab9.tar.xz glibc-30f1226b0b921c541d539450e5b6fe8af7fc4ab9.zip |
Update.
2000-08-29 Ulrich Drepper <drepper@redhat.com> * inet/rcmd.c (__checkhost_sa): If getnameinfo succeeds but the names don't match don't return. Patch by Olaf Kirch <okir@flash.lst.de>.
Diffstat (limited to 'posix')
-rw-r--r-- | posix/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/Makefile b/posix/Makefile index f313bb4d66..d1dc009bf4 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -85,6 +85,7 @@ generated := $(addprefix wordexp-test-result, 1 2 3 4 5 6 7 8 9 10) \ include ../Rules +ifeq (yes,$(built-static-nss)) # We need it for "make check" only. We can skip them if they haven't # been built yet during "make". otherlibs += $(wildcard $(nssobjdir)/libnss_files.a \ |