diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-10-04 23:30:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-10-04 23:30:29 +0000 |
commit | e14bbf537e28b5470e5491bf0c1dc3d8849bc283 (patch) | |
tree | 897af75833e3f9a981a7909bc80b88cddfc1d389 /sysdeps | |
parent | e582c5eda2fea3cdb336f35a070997588b8ccf96 (diff) | |
download | glibc-e14bbf537e28b5470e5491bf0c1dc3d8849bc283.tar.gz glibc-e14bbf537e28b5470e5491bf0c1dc3d8849bc283.tar.xz glibc-e14bbf537e28b5470e5491bf0c1dc3d8849bc283.zip |
Update. cvs/fedora-glibc-20041005T0745
* 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')
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 1 |
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 |