about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-01-25 12:54:57 -0800
committerMike Frysinger <vapier@gentoo.org>2017-03-15 13:32:23 -0700
commit3ab2021feae3b5ae6ef0a7fd30eeef2cfa688a17 (patch)
treeeeae1fe502408ab8821752bbd5a13aa392a47215 /ChangeLog
parente37fc4aa68317bff9d3f668da1c0779d283dab51 (diff)
downloadglibc-3ab2021feae3b5ae6ef0a7fd30eeef2cfa688a17.tar.gz
glibc-3ab2021feae3b5ae6ef0a7fd30eeef2cfa688a17.tar.xz
glibc-3ab2021feae3b5ae6ef0a7fd30eeef2cfa688a17.zip
Fix build with --enable-static-nss [BZ #21088]
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 47faa520be..48d285f49c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2017-03-15  Alexey Neyman  <stilor@att.net>
 
+	[BZ #21088]
+	* nss/nsswitch.c (nscd_init_cb, is_nscd): Make the #if check
+	around definitions match those around use.
+
+2017-03-15  Alexey Neyman  <stilor@att.net>
+
 	* configure.ac: Avoid empty subexpression in grep.
 	* configure: Regenerate.