]> git.pld-linux.org Git - packages/php4.git/commitdiff
- correct paths to apu-config/apr-config
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 20 Aug 2006 11:08:49 +0000 (11:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php4-apr-apu.patch -> 1.1

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

diff --git a/php4-apr-apu.patch b/php4-apr-apu.patch
new file mode 100644 (file)
index 0000000..c407380
--- /dev/null
@@ -0,0 +1,14 @@
+--- php4.org/sapi/apache2handler/config.m4.org 2006-08-20 12:55:10.379033505 +0200
++++ php4/sapi/apache2handler/config.m4 2006-08-20 12:56:24.105803169 +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.031118 seconds and 4 git commands to generate.