diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-06-27 12:29:04 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-06-27 12:29:04 -0400 |
commit | 4902da17c8a413ed289528c08a6706d5cdb018dc (patch) | |
tree | 29772bcb67ffecdad866a8348fb917cf5ef5232c /sysdeps/unix | |
parent | 5ce33a62951afb0b4186446bea716650db55baf9 (diff) | |
download | glibc-4902da17c8a413ed289528c08a6706d5cdb018dc.tar.gz glibc-4902da17c8a413ed289528c08a6706d5cdb018dc.tar.xz glibc-4902da17c8a413ed289528c08a6706d5cdb018dc.zip |
Add missing HAVE_SENDFILE definition
Diffstat (limited to 'sysdeps/unix')
-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 ebb3f5d852..f626a22579 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -167,5 +167,6 @@ CFLAGS-grpcache.c += -DHAVE_SENDFILE CFLAGS-hstcache.c += -DHAVE_SENDFILE CFLAGS-aicache.c += -DHAVE_SENDFILE CFLAGS-initgrcache.c += -DHAVE_SENDFILE +CFLAGS-servicescache.c += -DHAVE_SENDFILE CFLAGS-gai.c += -DNEED_NETLINK endif |