about summary refs log tree commit diff
path: root/nscd/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-09-30 08:27:48 +0000
committerUlrich Drepper <drepper@redhat.com>2004-09-30 08:27:48 +0000
commit74fef3bbcbaecddc5ce293e15f765860348c32a8 (patch)
treeae819b77079f7b35d4e52549b0e87c0b321be8b7 /nscd/Makefile
parent0891f9706f4fc0951324b3a3f113f60191b96434 (diff)
downloadglibc-74fef3bbcbaecddc5ce293e15f765860348c32a8.tar.gz
glibc-74fef3bbcbaecddc5ce293e15f765860348c32a8.tar.xz
glibc-74fef3bbcbaecddc5ce293e15f765860348c32a8.zip
Update.
	* nscd/nscd.c (termination_handler): Reset timestamp so that
	client immediately stop using the database.

	(__nscd_drop_map_ref): Change second parameter to be a reference to
	* nscd/nscd.h: Add declaration of addinitgroups and
Diffstat (limited to 'nscd/Makefile')
-rw-r--r--nscd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/nscd/Makefile b/nscd/Makefile
index 26cc610fe1..a40a455267 100644
--- a/nscd/Makefile
+++ b/nscd/Makefile
@@ -66,6 +66,8 @@ include ../Rules
 CFLAGS-nscd_getpw_r.c = -fexceptions
 CFLAGS-nscd_getgr_r.c = -fexceptions
 CFLAGS-nscd_gethst_r.c = -fexceptions
+CFLAGS-nscd_getai.c = -fexceptions
+CFLAGS-nscd_initgroups.c = -fexceptions
 
 ifeq (yesyes,$(have-fpie)$(build-shared))
 CFLAGS-nscd.c = -fpie
@@ -89,7 +91,6 @@ CFLAGS-mem.c = -fpie
 CFLAGS-nscd_setup_thread.c = -fpie
 CFLAGS-aicache.c = -fpie
 CFLAGS-selinux.c = -fpie
-CFLAGS-nscd_initgroups.c = -fpie
 CFLAGS-initgrcache.c = -fpie
 
 $(objpfx)nscd: $(addprefix $(objpfx),$(nscd-modules:=.o))