]> git.pld-linux.org Git - packages/php4.git/blame - php4-apr-apu.patch
- rel 59; openssl 1.1.1 support
[packages/php4.git] / php4-apr-apu.patch
CommitLineData
f101b921
AM
1--- php4.org/sapi/apache2handler/config.m4.org 2006-08-20 12:55:10.379033505 +0200
2+++ php4/sapi/apache2handler/config.m4 2006-08-20 12:56:24.105803169 +0200
3@@ -41,9 +41,9 @@
4
5 # Pick up ap[ru]-N-config if using httpd >=2.1
6 APR_CONFIG=`$APXS -q APR_CONFIG 2>/dev/null ||
7- echo $APR_BINDIR/apr-config`
8+ echo $APR_BINDIR/apr-1-config`
9 APU_CONFIG=`$APXS -q APU_CONFIG 2>/dev/null ||
10- echo $APU_BINDIR/apu-config`
11+ echo $APU_BINDIR/apu-1-config`
12
13 APR_CFLAGS="`$APR_CONFIG --cppflags --includes`"
14 APU_CFLAGS="`$APU_CONFIG --includes`"
This page took 0.09827 seconds and 4 git commands to generate.