2b2e42f
--- php-5.2.8/scripts/Makefile.frag.phpize64
2b2e42f
+++ php-5.2.8/scripts/Makefile.frag
1826c14
@@ -4,7 +4,7 @@
1826c14
 #
1826c14
 
1826c14
 phpincludedir = $(includedir)/php
b3bd894
-phpbuilddir = $(libdir)/build
1826c14
+phpbuilddir = $(libdir)/php/build
1826c14
 
1826c14
 BUILD_FILES = \
1826c14
 	scripts/phpize.m4 \
2b2e42f
--- php-5.2.8/scripts/phpize.in.phpize64
2b2e42f
+++ php-5.2.8/scripts/phpize.in
b3bd894
@@ -3,7 +3,7 @@
1826c14
 # Variable declaration
1826c14
 prefix='@prefix@'
b3bd894
 exec_prefix="`eval echo @exec_prefix@`"
b3bd894
-phpdir="`eval echo @libdir@`/build"
1826c14
+phpdir="@libdir@/php/build"
b3bd894
 includedir="`eval echo @includedir@`/php"
1826c14
 builddir="`pwd`"
2b2e42f
 SED="@SED@"