about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-01-27 21:37:29 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-01-27 21:37:29 +0100
commit903d3633ec9e9ffe699611351200bebaf2152bd8 (patch)
tree9177d72a76c7ad588286a86334b4f6e18764f9b9 /ChangeLog
parentd4d5b2ddf348bd1e310a5d73da58bae9ec09a41e (diff)
downloadglibc-903d3633ec9e9ffe699611351200bebaf2152bd8.tar.gz
glibc-903d3633ec9e9ffe699611351200bebaf2152bd8.tar.xz
glibc-903d3633ec9e9ffe699611351200bebaf2152bd8.zip
hurd: fix warning
	* sysdeps/mach/hurd/Makefile [$(subdir)==nis]: Add
	-DUSE_BINDINGDIR=1 to CFLAGS-ypclnt.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 88f6d93c12..4e1e4bf730 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,8 @@
 	timer_ptr2id to cast struct timer_node * to void *.
 	* scripts/build-many-glibcs.py [os == gnu] (build_gcc): Pass
 	--disable-libcilkrts to gcc configure.
+	* sysdeps/mach/hurd/Makefile [$(subdir)==nis]: Add
+	-DUSE_BINDINGDIR=1 to CFLAGS-ypclnt.c.
 
 2018-01-27  James Clarke  <jrtc27@jrtc27.com>