about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-10-14 20:55:58 +0000
committerUlrich Drepper <drepper@redhat.com>2004-10-14 20:55:58 +0000
commit59350982d0048bb18711b4c2ef32de738772bb76 (patch)
tree803d53804a0aee0020d3f129868e8af434794957 /ChangeLog
parent5ca3d19c74195e45f48d83b24b10bac55fa078a4 (diff)
downloadglibc-59350982d0048bb18711b4c2ef32de738772bb76.tar.gz
glibc-59350982d0048bb18711b4c2ef32de738772bb76.tar.xz
glibc-59350982d0048bb18711b4c2ef32de738772bb76.zip
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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fa15952df0..5096e32608 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>.