]> git.pld-linux.org Git - packages/apache-mod_fcgid.git/commitdiff
- fix build for apache 2.2 AC-branch AC-STABLE auto/ac/apache-mod_fcgid-1_03-3
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 22 Dec 2005 00:23:05 +0000 (00:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_fcgid-apache.patch -> 1.1
    apache-mod_fcgid.spec -> 1.14

apache-mod_fcgid-apache.patch [new file with mode: 0644]
apache-mod_fcgid.spec

diff --git a/apache-mod_fcgid-apache.patch b/apache-mod_fcgid-apache.patch
new file mode 100644 (file)
index 0000000..f4ef14d
--- /dev/null
@@ -0,0 +1,10 @@
+--- mod_fcgid.1.03/arch/unix/fcgid_proc_unix.c~        2004-11-03 21:54:14.000000000 +0200
++++ mod_fcgid.1.03/arch/unix/fcgid_proc_unix.c 2005-12-22 02:19:49.000000000 +0200
+@@ -8,6 +8,7 @@
+ #include "apr_portable.h"
+ #include "apr_pools.h"
+ #include "apr_network_io.h"
++#include "mpm_common.h"
+ #include "util_script.h"
+ #include "unixd.h"
+ #include "mod_core.h"
index 4ebd5931e4ad7d9efa58ea5e1b76205a194c1fb8..9454a3453109f0d636cc5b4a9dd8bc869f863f60 100644 (file)
@@ -4,13 +4,14 @@ Summary:      A binary compatibility alternative to Apache module mod_fastcgi
 Summary(pl):   Binarnie kompatybilna alternatywa dla modu³u Apache'a mod_fastcgi
 Name:          apache-mod_%{mod_name}
 Version:       1.03
-Release:       2
+Release:       3
 License:       GPL v2
 Group:         Networking/Daemons
 Source0:       http://fastcgi.coremail.cn/mod_%{mod_name}.%{version}.tar.gz
 # Source0-md5: dbcd5c96f8d6c6fcb7471abf527d176f
 Source1:       %{name}.conf
 Patch0:                %{name}-apr-status-is-success.patch
+Patch1:                %{name}-apache.patch
 URL:           http://fastcgi.coremail.cn/
 BuildRequires: %{apxs}
 BuildRequires: apache-devel >= 2.0.52-2
@@ -38,11 +39,12 @@ fastcgi najszybciej jak to mo
 %prep
 %setup -q -n mod_%{mod_name}.%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__make} \
        top_dir=%{_pkglibdir} \
-       APXS=%{_apxs} \
+       APXS=%{apxs} \
        INCLUDES="-I%(%{apxs} -q INCLUDEDIR)"
 
 %install
This page took 0.054704 seconds and 4 git commands to generate.