]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- patch for temporary elimination of LINUX_SENDFILE on amd64 platform, author is...
authoremes <emes@pld-linux.org>
Sun, 5 Sep 2004 11:59:24 +0000 (11:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd-amd64-LINUX_SENDFILE-temporary.patch -> 1.1

lighttpd-amd64-LINUX_SENDFILE-temporary.patch [new file with mode: 0644]

diff --git a/lighttpd-amd64-LINUX_SENDFILE-temporary.patch b/lighttpd-amd64-LINUX_SENDFILE-temporary.patch
new file mode 100644 (file)
index 0000000..99fce83
--- /dev/null
@@ -0,0 +1,12 @@
+--- src/network_backends.h~    2004-06-23 20:18:51.000000000 +0000
++++ src/network_backends.h     2004-09-05 11:48:59.869628504 +0000
+@@ -5,7 +5,9 @@
+ /* on linux 2.4.x you get either sendfile or LFS */
+ #if defined HAVE_SYS_SENDFILE_H && defined HAVE_SENDFILE && (!defined _LARGEFILE_SOURCE || defined HAVE_SENDFILE64) && defined HAVE_WRITEV && defined(__linux__) && !defined HAVE_SENDFILE_BROKEN
++/* it is brokem on amd64, jan is working to fix it
+ # define USE_LINUX_SENDFILE
++*/
+ # include <sys/sendfile.h>
+ # include <sys/uio.h>
+ #endif
This page took 0.810423 seconds and 4 git commands to generate.