SOURCES: php4-apr-apu.patch (NEW) - correct paths to apu-config/ap...
arekm
arekm at pld-linux.org
Sun Aug 20 13:08:54 CEST 2006
Author: arekm Date: Sun Aug 20 11:08:54 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- correct paths to apu-config/apr-config
---- Files affected:
SOURCES:
php4-apr-apu.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/php4-apr-apu.patch
diff -u /dev/null SOURCES/php4-apr-apu.patch:1.1
--- /dev/null Sun Aug 20 13:08:54 2006
+++ SOURCES/php4-apr-apu.patch Sun Aug 20 13:08:49 2006
@@ -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`"
================================================================
More information about the pld-cvs-commit
mailing list