]> git.pld-linux.org Git - packages/php.git/commitdiff
- new
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 20 Aug 2006 12:56:52 +0000 (12:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-apr-apu.patch -> 1.1

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

diff --git a/php-apr-apu.patch b/php-apr-apu.patch
new file mode 100644 (file)
index 0000000..5a932f2
--- /dev/null
@@ -0,0 +1,28 @@
+--- php/sapi/apache2filter/config.m4~  2005-09-01 16:33:47.000000000 +0200
++++ php/sapi/apache2filter/config.m4   2006-08-20 14:38:27.856722182 +0200
+@@ -42,9 +42,9 @@
+   # Pick up ap[ru]-N-config if using httpd >=2.1
+   APR_CONFIG=`$APXS -q APR_CONFIG 2>/dev/null ||
+-    echo $APR_BINDIR/apr-config`
++    echo $APR_BINDIR/apr-1-config`
+   APU_CONFIG=`$APXS -q APU_CONFIG 2>/dev/null ||
+-    echo $APU_BINDIR/apu-config`
++    echo $APU_BINDIR/apu-1-config`
+   APR_CFLAGS="`$APR_CONFIG --cppflags --includes`"
+   APU_CFLAGS="`$APU_CONFIG --includes`"
+--- php/sapi/apache2handler/config.m4~ 2006-08-20 14:25:30.607537446 +0200
++++ php/sapi/apache2handler/config.m4  2006-08-20 14:38:52.423756303 +0200
+@@ -41,9 +41,9 @@
+   # Pick up ap[ru]-N-config if using httpd >=2.1
+   APR_CONFIG=`$APXS -q APR_CONFIG 2>/dev/null ||
+-    echo $APR_BINDIR/apr-config`
++    echo $APR_BINDIR/apr-1-config`
+   APU_CONFIG=`$APXS -q APU_CONFIG 2>/dev/null ||
+-    echo $APU_BINDIR/apu-config`
++    echo $APU_BINDIR/apu-1-config`
+   APR_CFLAGS="`$APR_CONFIG --cppflags --includes`"
+   APU_CFLAGS="`$APU_CONFIG --includes`"
This page took 0.047745 seconds and 4 git commands to generate.