]> git.pld-linux.org Git - packages/php.git/commitdiff
- stupid patch with hardcoded apache2 version. otherwise it require auto/ac/php4-4_3_10-1 auto/ac/php4-4_3_10-2 auto/ac/php4-4_3_10-3 auto/ac/php4-4_3_10-4 auto/ac/php4-4_3_10-5 auto/ac/php4-4_3_10-6 auto/ac/php4-4_3_11-1 auto/ac/php4-4_3_9-1 auto/ac/php4-4_3_9-2 auto/ac/php4-4_3_9-3 auto/ac/php4-4_3_9-4 auto/ac/php4-4_3_9-5 auto/ac/php4-4_3_9-6 php4-4_3_9-0_4
authorundefine <undefine@pld-linux.org>
Sat, 9 Oct 2004 00:41:49 +0000 (00:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  /usr/sbin/httpd.prefork to build ;)
- if you wish feel free to fix it right way, i have none better idea

Changed files:
    php-stupidapache_version.patch -> 1.1

php-stupidapache_version.patch [new file with mode: 0644]

diff --git a/php-stupidapache_version.patch b/php-stupidapache_version.patch
new file mode 100644 (file)
index 0000000..8147515
--- /dev/null
@@ -0,0 +1,11 @@
+--- acinclude.m4~      2004-10-09 01:57:35.942764320 +0000
++++ acinclude.m4       2004-10-09 02:16:31.363154184 +0000
+@@ -1850,6 +1850,7 @@
+   set $ac_output
+   IFS=$ac_IFS
+-  APACHE_VERSION=`expr [$]4 \* 1000000 + [$]5 \* 1000 + [$]6`
++  # APACHE_VERSION=`expr [$]4 \* 1000000 + [$]5 \* 1000 + [$]6`
++  APACHE_VERSION=2000052
+ ])
This page took 0.053542 seconds and 4 git commands to generate.