]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
[$(subdir)==nis]: Define CFLAGS-ypclnt.c to -DUSE_BINDINGDIR=1.
authorUlrich Drepper <drepper@redhat.com>
Fri, 30 Jan 1998 17:28:02 +0000 (17:28 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 30 Jan 1998 17:28:02 +0000 (17:28 +0000)
(sysdep_headers): Install netrose/rose.h.

sysdeps/unix/sysv/linux/Makefile

index 7437cb06e5f2242791a1e7bd1a29b4de34eab8b9..ff81e368e07798707032740985b6f4370b3d856a 100644 (file)
@@ -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