Skip to content

Commit

Permalink
(CFLAGS-nscd_initgroups.c): Set to -fpie. (CFLAGS-initgrcache.c): Lik…
Browse files Browse the repository at this point in the history
…ewise.
  • Loading branch information
Andreas Jaeger committed Sep 30, 2004
1 parent 26235c7 commit 00ce1b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nscd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ 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))
$(LINK.o) -pie -Wl,-O1 \
Expand Down

0 comments on commit 00ce1b0

Please sign in to comment.