From 639c324856be406e80c000720151c34ec6904d87 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 18 Mar 2001 21:34:58 +0000 Subject: Update. 2001-03-18 Ulrich Drepper * Makerules (build-shlib): Remove unnecessary slashes introduced in last change. * configure.in: Test for -Bgroup option of linker. * config.make.in: Define have-Bgroup. * conform/data/unistd.h-data: Require gethostname. * posix/unistd.h: Make gethostname prototype available for __USE_XOPEN2K. * crypt/Makefile: When generating DSO link with libc_nonshared.a. * debug/Makefile: Likewise. * dlfcn/Makefile: Likewise. * hesiod/Makefile: Likewise. * iconvdata/extra-module.mk: Likewise. * locale/Makefile: Likewise. * login/Makefile: Likewise. * math/Makefile: Likewise. * nis/Makefile: Likewise. * nss/Makefile: Likewise. * resolv/Makefile: Likewise. * rt/Makefile: Likewise. * posix/unistd.h (gethostname): Change type of second parameter back to size_t as per upcoming XPG6. --- hesiod/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'hesiod') diff --git a/hesiod/Makefile b/hesiod/Makefile index 32b4be4753..8b0445c784 100644 --- a/hesiod/Makefile +++ b/hesiod/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1997, 1998, 2000 Free Software Foundation, Inc. +# Copyright (C) 1997, 1998, 2000, 2001 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -43,4 +43,5 @@ include ../Rules # the file service. $(objpfx)libnss_hesiod.so: $(common-objpfx)resolv/libresolv.so \ $(common-objpfx)nss/libnss_files.so \ - $(common-objpfx)libc.so + $(common-objpfx)libc.so \ + $(common-objpfx)libc_nonshared.a -- cgit 1.4.1