diff options
author | Roland McGrath <roland@gnu.org> | 2005-01-18 01:21:47 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-01-18 01:21:47 +0000 |
commit | 1d038b6bb27e421c593e79f860f1a41c7d1c7a5d (patch) | |
tree | c578444250435b611e08d60b6acdaa4aeec6444a /ChangeLog | |
parent | 24e860324f7b3927d9d49c631a50cbf97d0a9230 (diff) | |
download | glibc-1d038b6bb27e421c593e79f860f1a41c7d1c7a5d.tar.gz |
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +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-17 Ulrich Drepper <drepper@redhat.com> * include/link.h: Remove stray definition of pltenter. |