diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-01-30 13:22:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-01-30 13:22:30 +0000 |
commit | 9931ba241298969e46854d23491da21dfcbf1e23 (patch) | |
tree | e0d6102001e35e7c38c8226c03be979936d2415a /sysdeps/unix/sysv/linux/Makefile | |
parent | 4775243aa82ab568abe247e24ca56143683d64c2 (diff) | |
download | glibc-9931ba241298969e46854d23491da21dfcbf1e23.tar.gz glibc-9931ba241298969e46854d23491da21dfcbf1e23.tar.xz glibc-9931ba241298969e46854d23491da21dfcbf1e23.zip |
Update.
1998-01-30 22:12 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/Makefile [$(subdir)==nis]: Define CFLAGS-ypclnt.c to -DUSE_BINDINGDIR=1. 1998-01-30 Thorsten Kukuk <kukuk@vt.uni-paderborn.de> * nis/ypclnt.c: Try at first to use the binding file from ypbind before using RPC.
Diffstat (limited to 'sysdeps/unix/sysv/linux/Makefile')
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index a71ee439a0..0dece5642a 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -125,4 +125,8 @@ ifeq ($(subdir),dirent) sysdep_routines += getdents64 endif +ifeq ($(subdir),nis) +CFLAGS-ypclnt.c = -DUSE_BINDINGDIR=1 +endif + common-generated += bits/stdio_lim.h bits/stdio_lim.d |