]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- patch removed. auto/ac/lighttpd-1_3_6-2
authorserek <serek@pld-linux.org>
Sat, 6 Nov 2004 18:03:00 +0000 (18:03 +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.2
    lighttpd.spec -> 1.61

lighttpd-amd64-LINUX_SENDFILE-temporary.patch [deleted file]
lighttpd.spec

diff --git a/lighttpd-amd64-LINUX_SENDFILE-temporary.patch b/lighttpd-amd64-LINUX_SENDFILE-temporary.patch
deleted file mode 100644 (file)
index 99fce83..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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
index bbc743e0854e2e93537035707d0b335cd2788adf..2e483d47e156dc819d91769eb501df7f8caeb806 100644 (file)
@@ -18,7 +18,6 @@ Source1:      %{name}.init
 Source2:       %{name}.conf
 Source3:       %{name}.user
 Source4:       %{name}.logrotate
-Patch1:                lighttpd-amd64-LINUX_SENDFILE-temporary.patch
 URL:           http://jan.kneschke.de/projects/lighttpd/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -72,10 +71,6 @@ z powodu problem
 %prep
 %setup -q
 
-%ifarch amd64
-%patch1 
-%endif
-
 %build
 %{__libtoolize}
 %{__aclocal}
This page took 0.16747 seconds and 4 git commands to generate.