hurd: fix warning

* sysdeps/mach/hurd/Makefile [$(subdir)==nis]: Add
	-DUSE_BINDINGDIR=1 to CFLAGS-ypclnt.c.
This commit is contained in:
Samuel Thibault 2018-01-27 21:37:29 +01:00
parent d4d5b2ddf3
commit 903d3633ec
2 changed files with 6 additions and 0 deletions

View File

@ -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>

View File

@ -203,4 +203,8 @@ sysdep_headers += net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h \
net/route.h
endif
ifeq ($(subdir),nis)
CFLAGS-ypclnt.c += -DUSE_BINDINGDIR=1
endif
endif # in-Makerules