php/php-5.2.5-phpize_dir.patch

13 lines
464 B
Diff
Raw Normal View History

diff -Nru php-5.2.5.orig/scripts/phpize.in php-5.2.5/scripts/phpize.in
--- php-5.2.5.orig/scripts/phpize.in 2007-06-29 03:10:35.000000000 +0200
+++ php-5.2.5/scripts/phpize.in 2007-12-03 18:27:11.000000000 +0100
@@ -3,7 +3,7 @@
# Variable declaration
prefix='@prefix@'
exec_prefix="`eval echo @exec_prefix@`"
-phpdir="`eval echo @libdir@`/build"
+phpdir="`eval echo @libdir@`/php/build"
includedir="`eval echo @includedir@`/php"
builddir="`pwd`"
SED="@SED@"