summaryrefslogtreecommitdiff
path: root/nscd
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-10-04 23:22:47 +0000
committerUlrich Drepper <drepper@redhat.com>2004-10-04 23:22:47 +0000
commite582c5eda2fea3cdb336f35a070997588b8ccf96 (patch)
tree1a9d9863a0c5902d9f4233fd8fd9d75752a9a2df /nscd
parent92e2bb245f0fe7528d57b0750c9714db8b16da17 (diff)
Update.
2004-10-04 Ulrich Drepper <drepper@redhat.com> * malloc/mtrace.pl: Avoid calling location unless it is needed for output. Patch by Edward Bishop <binutils@gmail.com>. * nscd/Makefile (CFLAGS-gai.c): Add -fpie.
Diffstat (limited to 'nscd')
-rw-r--r--nscd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/nscd/Makefile b/nscd/Makefile
index 34186241ec..16d67bd1d4 100644
--- a/nscd/Makefile
+++ b/nscd/Makefile
@@ -92,6 +92,7 @@ CFLAGS-nscd_setup_thread.c += -fpie
CFLAGS-aicache.c += -fpie
CFLAGS-selinux.c += -fpie
CFLAGS-initgrcache.c += -fpie
+CFLAGS-gai.c += -fpie
$(objpfx)nscd: $(addprefix $(objpfx),$(nscd-modules:=.o))
$(LINK.o) -pie -Wl,-O1 \