public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug nscd/745] New: nscd non-pie link broken when selinux libs used
@ 2005-02-16  4:59 roland at gnu dot org
  2005-02-16 10:50 ` [Bug nscd/745] " cvs-commit at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: roland at gnu dot org @ 2005-02-16  4:59 UTC (permalink / raw)
  To: glibc-bugs

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.

-- 
           Summary: nscd non-pie link broken when selinux libs used
           Product: glibc
           Version: 2.3.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: nscd
        AssignedTo: roland at gnu dot org
        ReportedBy: roland at gnu dot org
                CC: glibc-bugs at sources dot redhat dot com
OtherBugsDependingO 724
             nThis:


http://sources.redhat.com/bugzilla/show_bug.cgi?id=745

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug nscd/745] nscd non-pie link broken when selinux libs used
  2005-02-16  4:59 [Bug nscd/745] New: nscd non-pie link broken when selinux libs used roland at gnu dot org
@ 2005-02-16 10:50 ` cvs-commit at gcc dot gnu dot org
  2005-02-16 10:50 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-02-16 10:50 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-02-16 10:50 -------
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



-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=745

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug nscd/745] nscd non-pie link broken when selinux libs used
  2005-02-16  4:59 [Bug nscd/745] New: nscd non-pie link broken when selinux libs used roland at gnu dot org
  2005-02-16 10:50 ` [Bug nscd/745] " cvs-commit at gcc dot gnu dot org
@ 2005-02-16 10:50 ` cvs-commit at gcc dot gnu dot org
  2005-02-18  0:06 ` roland at gnu dot org
  2005-04-06  0:00 ` roland at gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-02-16 10:50 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-02-16 10:50 -------
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


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-02-16 10:50 -------
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



-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=745

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug nscd/745] nscd non-pie link broken when selinux libs used
  2005-02-16  4:59 [Bug nscd/745] New: nscd non-pie link broken when selinux libs used roland at gnu dot org
  2005-02-16 10:50 ` [Bug nscd/745] " cvs-commit at gcc dot gnu dot org
  2005-02-16 10:50 ` cvs-commit at gcc dot gnu dot org
@ 2005-02-18  0:06 ` roland at gnu dot org
  2005-04-06  0:00 ` roland at gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: roland at gnu dot org @ 2005-02-18  0:06 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-02-16 10:50 -------
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



-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=745

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug nscd/745] nscd non-pie link broken when selinux libs used
  2005-02-16  4:59 [Bug nscd/745] New: nscd non-pie link broken when selinux libs used roland at gnu dot org
                   ` (2 preceding siblings ...)
  2005-02-18  0:06 ` roland at gnu dot org
@ 2005-04-06  0:00 ` roland at gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: roland at gnu dot org @ 2005-04-06  0:00 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From roland at gnu dot org  2005-04-05 23:59 -------
These changes are in the 2.3 branch as well as the trunk now.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://sources.redhat.com/bugzilla/show_bug.cgi?id=745

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

end of thread, other threads:[~2005-04-06  0:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-16  4:59 [Bug nscd/745] New: nscd non-pie link broken when selinux libs used roland at gnu dot org
2005-02-16 10:50 ` [Bug nscd/745] " cvs-commit at gcc dot gnu dot org
2005-02-16 10:50 ` cvs-commit at gcc dot gnu dot org
2005-02-18  0:06 ` roland at gnu dot org
2005-04-06  0:00 ` roland at gnu dot org

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