about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-10-04 23:30:29 +0000
committerUlrich Drepper <drepper@redhat.com>2004-10-04 23:30:29 +0000
commite14bbf537e28b5470e5491bf0c1dc3d8849bc283 (patch)
tree897af75833e3f9a981a7909bc80b88cddfc1d389 /sysdeps/unix/sysv/linux
parente582c5eda2fea3cdb336f35a070997588b8ccf96 (diff)
downloadglibc-e14bbf537e28b5470e5491bf0c1dc3d8849bc283.tar.gz
glibc-e14bbf537e28b5470e5491bf0c1dc3d8849bc283.tar.xz
glibc-e14bbf537e28b5470e5491bf0c1dc3d8849bc283.zip
	* nscd/gai.c: Define __no_netlink_support if NEED_NETLINK is
	defined and __ASSUME_NETLINK_SUPPORT is zero.
	* sysdeps/unix/sysv/linux/Makefile (CFLAGS-gai.c): Add
	-DNEED_NETLINK.
Diffstat (limited to 'sysdeps/unix/sysv/linux')
-rw-r--r--sysdeps/unix/sysv/linux/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile
index fd089dd236..37be75e964 100644
--- a/sysdeps/unix/sysv/linux/Makefile
+++ b/sysdeps/unix/sysv/linux/Makefile
@@ -153,4 +153,5 @@ endif
 
 ifeq ($(subdir),nscd)
 CFLAGS-connections.c += -DHAVE_EPOLL
+CFLAGS-gai.c += -DNEED_NETLINK
 endif