public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* Fix nscd & -fpie
@ 2004-09-30  7:51 Andreas Jaeger
  2004-09-30  8:12 ` Ulrich Drepper
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Jaeger @ 2004-09-30  7:51 UTC (permalink / raw)
  To: GNU libc hackers

[-- Attachment #1: Type: text/plain, Size: 880 bytes --]


The new files were not build with -fpie, committed as obvious,

Andreas

2004-09-30  Andreas Jaeger  <aj@suse.de>

	* nscd/Makefile (CFLAGS-nscd_initgroups.c): Set to -fpie.
	(CFLAGS-initgrcache.c): Likewise.

============================================================
Index: nscd/Makefile
--- nscd/Makefile	30 Sep 2004 02:20:19 -0000	1.29
+++ nscd/Makefile	30 Sep 2004 07:50:35 -0000
@@ -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 \

-- 
 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
  SUSE Linux AG, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126

[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-09-30  8:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-30  7:51 Fix nscd & -fpie Andreas Jaeger
2004-09-30  8:12 ` Ulrich Drepper
2004-09-30  8:42   ` Andreas Jaeger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).