From: Ulrich Drepper Date: Fri, 30 Jan 1998 17:28:02 +0000 (+0000) Subject: [$(subdir)==nis]: Define CFLAGS-ypclnt.c to -DUSE_BINDINGDIR=1. X-Git-Tag: cvs/before-sparc-2_0_x-branch~235 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c49e9d0aed157412e765f2d877acb990d48353bd;p=thirdparty%2Fglibc.git [$(subdir)==nis]: Define CFLAGS-ypclnt.c to -DUSE_BINDINGDIR=1. (sysdep_headers): Install netrose/rose.h. --- diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index 7437cb06e5f..ff81e368e07 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -59,5 +59,9 @@ sysdep_headers += netinet/in_systm.h netinet/udp.h \ sys/socketvar.h net/if_slip.h net/if_packet.h endif +ifeq ($(subdir),nis) +CFLAGS-ypclnt.c = -DUSE_BINDINGDIR=1 +endif + # Don't compile the ctype glue code, since there is no old non-GNU C library. inhibit-glue = yes