diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-10-04 23:22:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-10-04 23:22:47 +0000 |
commit | e582c5eda2fea3cdb336f35a070997588b8ccf96 (patch) | |
tree | 1a9d9863a0c5902d9f4233fd8fd9d75752a9a2df /nscd/Makefile | |
parent | 92e2bb245f0fe7528d57b0750c9714db8b16da17 (diff) | |
download | glibc-e582c5eda2fea3cdb336f35a070997588b8ccf96.zip glibc-e582c5eda2fea3cdb336f35a070997588b8ccf96.tar.gz glibc-e582c5eda2fea3cdb336f35a070997588b8ccf96.tar.bz2 |
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/Makefile')
-rw-r--r-- | nscd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nscd/Makefile b/nscd/Makefile index 3418624..16d67bd 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 \ |