summaryrefslogtreecommitdiff
path: root/libc/ChangeLog.eglibc
diff options
context:
space:
mode:
authorjimb <jimb@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2007-07-26 11:59:00 +0000
committerjimb <jimb@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2007-07-26 11:59:00 +0000
commitd285310623ea7ce1032aeb6bd738a3512e6195c5 (patch)
tree85f03b9f88c664a1c0ed2fd221cac05ea4c4ec19 /libc/ChangeLog.eglibc
parent43063e4b17f7ad5443334f9d32de32cc66829225 (diff)
Implement the OPTION_EGLIBC_NIS option group.
* option-groups.def (OPTION_EGLIBC_NIS): New entry. * option-groups.defaults (OPTION_EGLIBC_NIS): Initialize. * nis/Makefile (services-y, extra-libs-y): Use OPTION_EGLIBC_NIS as the condition. * nscd/Makefile: If OPTION_EGLIBC_NIS is not enabled, don't try to link against libnsl.so; link our own copy of nis_hash.c directly into nscd. * nscd/nis_hash.c: New file. git-svn-id: svn://svn.eglibc.org/trunk@2948 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/ChangeLog.eglibc')
-rw-r--r--libc/ChangeLog.eglibc10
1 files changed, 10 insertions, 0 deletions
diff --git a/libc/ChangeLog.eglibc b/libc/ChangeLog.eglibc
index 9d6226eea..978ab9c38 100644
--- a/libc/ChangeLog.eglibc
+++ b/libc/ChangeLog.eglibc
@@ -1,5 +1,15 @@
2007-07-26 Jim Blandy <jimb@codesourcery.com>
+ Implement the OPTION_EGLIBC_NIS option group.
+ * option-groups.def (OPTION_EGLIBC_NIS): New entry.
+ * option-groups.defaults (OPTION_EGLIBC_NIS): Initialize.
+ * nis/Makefile (services-y, extra-libs-y): Use OPTION_EGLIBC_NIS
+ as the condition.
+ * nscd/Makefile: If OPTION_EGLIBC_NIS is not enabled, don't try to
+ link against libnsl.so; link our own copy of nis_hash.c directly
+ into nscd.
+ * nscd/nis_hash.c: New file.
+
* nptl/tst-tls6.sh: Remove bashisms.
2007-07-12 Jim Blandy <jimb@codesourcery.com>