Bug 745

Summary: nscd non-pie link broken when selinux libs used
Product: glibc Reporter: Roland McGrath <roland>
Component: nscdAssignee: Roland McGrath <roland>
Status: RESOLVED FIXED    
Severity: normal CC: glibc-bugs
Priority: P2 Flags: fweimer: security-
Version: 2.3.4   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Project(s) to access: ssh public key:
Bug Depends on:    
Bug Blocks: 724    

Description Roland McGrath 2005-02-16 04:59:22 UTC
This trunk change is needed on the 2.3 branch.

2005-01-17  Roland McGrath  <roland@redhat.com>

	* nscd/Makefile (LDLIBS-nscd): New variable.
	($(objpfx)nscd): Use that instead of selinux-LIBS.

	* Makeconfig (link-extra-libs): Define just as $(LDLIBS-$(@F)).
	(link-extra-libs-static): Define to $(link-extra-libs).
	(link-extra-libs-bounded): Likewise.

2005-01-08  Jakub Jelinek  <jakub@redhat.com>

	* elf/Makefile (generated): Add tst-pie1{,.out,.o}.

2005-01-03  Andreas Jaeger  <aj@suse.de>

	* csu/Makefile (generated): Add start.os and start.ob.
Comment 1 Sourceware Commits 2005-02-16 10:50:22 UTC
Subject: Bug 745

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-02-16 10:50:17

Modified files:
	nscd           : Makefile 

Log message:
	2005-01-17  Roland McGrath  <roland@redhat.com>
	
	[BZ #745]
	* nscd/Makefile (LDLIBS-nscd): New variable.
	($(objpfx)nscd): Use that instead of selinux-LIBS.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/nscd/Makefile.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.40&r2=1.40.2.1

Comment 2 Sourceware Commits 2005-02-16 10:50:27 UTC
Subject: Bug 745

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-02-16 10:50:20

Modified files:
	.              : Makeconfig 

Log message:
	2005-01-17  Roland McGrath  <roland@redhat.com>
	
	[BZ #745]
	* Makeconfig (link-extra-libs): Define just as $(LDLIBS-$(@F)).
	(link-extra-libs-static): Define to $(link-extra-libs).
	(link-extra-libs-bounded): Likewise.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/Makeconfig.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.302&r2=1.302.2.1

Comment 3 Roland McGrath 2005-04-05 23:59:32 UTC
These changes are in the 2.3 branch as well as the trunk now.