projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31f93b3
)
(CFLAGS-nscd_setup_thread.c): Set to -fpie.
author
Andreas Jaeger
<aj@suse.de>
Thu, 9 Sep 2004 06:35:38 +0000
(06:35 +0000)
committer
Andreas Jaeger
<aj@suse.de>
Thu, 9 Sep 2004 06:35:38 +0000
(06:35 +0000)
nscd/Makefile
patch
|
blob
|
history
diff --git
a/nscd/Makefile
b/nscd/Makefile
index
9be8231
..
7d0a9e3
100644
(file)
--- a/
nscd/Makefile
+++ b/
nscd/Makefile
@@
-81,6
+81,7
@@
CFLAGS-cache.c = -fpie
CFLAGS-xmalloc.c = -fpie
CFLAGS-xstrdup.c = -fpie
CFLAGS-mem.c = -fpie
+CFLAGS-nscd_setup_thread.c = -fpie
$(objpfx)nscd: $(addprefix $(objpfx),$(nscd-modules:=.o))
$(LINK.o) -pie -Wl,-O1 \