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

* Re: Fix nscd & -fpie
  2004-09-30  7:51 Fix nscd & -fpie Andreas Jaeger
@ 2004-09-30  8:12 ` Ulrich Drepper
  2004-09-30  8:42   ` Andreas Jaeger
  0 siblings, 1 reply; 3+ messages in thread
From: Ulrich Drepper @ 2004-09-30  8:12 UTC (permalink / raw)
  To: Andreas Jaeger; +Cc: GNU libc hackers

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Andreas Jaeger wrote:
> The new files were not build with -fpie, committed as obvious,

Apparently not so obvious since the patch is wrong.  nscd_initgroups.c
does not end up in nscd.

- --
➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)

iD8DBQFBW7/i2ijCOnn/RHQRAq8aAJ9vicmV5jUfEaIxBTyv/BriXiqv7wCgvzcE
chkOpoXcEkyle5K6Z0oHZoc=
=YoZE
-----END PGP SIGNATURE-----

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

* Re: Fix nscd & -fpie
  2004-09-30  8:12 ` Ulrich Drepper
@ 2004-09-30  8:42   ` Andreas Jaeger
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Jaeger @ 2004-09-30  8:42 UTC (permalink / raw)
  To: Ulrich Drepper; +Cc: GNU libc hackers

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

Ulrich Drepper <drepper@redhat.com> writes:

> Andreas Jaeger wrote:
>> The new files were not build with -fpie, committed as obvious,
>
> Apparently not so obvious since the patch is wrong.  nscd_initgroups.c
> does not end up in nscd.

Ok, I revert that part,

Andreas
-- 
 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).