From 62417d7ee84a198103fbc5e871bf35e0d5efc4d0 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 16 Sep 2004 22:54:54 +0000 Subject: iAdd __nscd_getai prototype. --- nscd/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'nscd/Makefile') diff --git a/nscd/Makefile b/nscd/Makefile index a6a08a3ab8..3e6a8b5182 100644 --- a/nscd/Makefile +++ b/nscd/Makefile @@ -82,6 +82,7 @@ CFLAGS-xmalloc.c = -fpie CFLAGS-xstrdup.c = -fpie CFLAGS-mem.c = -fpie CFLAGS-nscd_setup_thread.c = -fpie +CFLAGS-aicache.c = -fpie $(objpfx)nscd: $(addprefix $(objpfx),$(nscd-modules:=.o)) $(LINK.o) -pie -Wl,-O1 \ -- cgit v1.2.3