diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-10-14 20:55:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-10-14 20:55:58 +0000 |
commit | 59350982d0048bb18711b4c2ef32de738772bb76 (patch) | |
tree | 803d53804a0aee0020d3f129868e8af434794957 /ChangeLog | |
parent | 5ca3d19c74195e45f48d83b24b10bac55fa078a4 (diff) | |
download | glibc-59350982d0048bb18711b4c2ef32de738772bb76.zip glibc-59350982d0048bb18711b4c2ef32de738772bb76.tar.gz glibc-59350982d0048bb18711b4c2ef32de738772bb76.tar.bz2 |
Update.
* nscd/Makefile: When using compilers without -fpie support, also
link with -lselinux if necessary.
Patch by Arkadiusz Miskiewicz <arekm@pld-linux.org>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2004-10-14 Ulrich Drepper <drepper@redhat.com> + * nscd/Makefile: When using compilers without -fpie support, also + link with -lselinux if necessary. + Patch by Arkadiusz Miskiewicz <arekm@pld-linux.org>. + * nscd/connections.c (nscd_init): Remove file if not persistent and not shared. Patch by Jerome Borsboom <j.borsboom@erasmusmc.nl>. |