about summary refs log tree commit diff
path: root/nis/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-03-18 21:34:58 +0000
committerUlrich Drepper <drepper@redhat.com>2001-03-18 21:34:58 +0000
commit639c324856be406e80c000720151c34ec6904d87 (patch)
tree66c902de399c96cd4adfa578f888e0fdfa3b0441 /nis/Makefile
parent2bd7e9c3878b2a828999bd7c133419351d4007d7 (diff)
downloadglibc-639c324856be406e80c000720151c34ec6904d87.tar.gz
glibc-639c324856be406e80c000720151c34ec6904d87.tar.xz
glibc-639c324856be406e80c000720151c34ec6904d87.zip
Update.
2001-03-18  Ulrich Drepper  <drepper@redhat.com>

	* 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.
Diffstat (limited to 'nis/Makefile')
-rw-r--r--nis/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/nis/Makefile b/nis/Makefile
index 78fdd072ec..74f07dc041 100644
--- a/nis/Makefile
+++ b/nis/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
+# Copyright (C) 1996, 1997, 1998, 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
@@ -75,7 +75,8 @@ $(objpfx)libnss_nisplus.so: $(objpfx)libnsl.so$(libnsl.so-version)
 # Depend on libc.so so a DT_NEEDED is generated in the shared objects.
 # This ensures they will load libc.so for needed symbols if loaded by
 # a statically-linked program that hasn't already loaded it.
-$(services:%=$(objpfx)libnss_%.so) $(objpfx)libnsl.so: $(common-objpfx)libc.so
+$(services:%=$(objpfx)libnss_%.so) $(objpfx)libnsl.so: $(common-objpfx)libc.so\
+					       $(common-objpfx)libc_nonshared.a
 
 
 ifeq ($(build-shared),yes)