diff options
Diffstat (limited to 'php-5.2.8-phpize64.patch')
-rw-r--r-- | php-5.2.8-phpize64.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/php-5.2.8-phpize64.patch b/php-5.2.8-phpize64.patch new file mode 100644 index 0000000..7a14eb5 --- /dev/null +++ b/php-5.2.8-phpize64.patch @@ -0,0 +1,22 @@ +--- php-5.2.8/scripts/Makefile.frag.phpize64 ++++ php-5.2.8/scripts/Makefile.frag +@@ -4,7 +4,7 @@ + # + + phpincludedir = $(includedir)/php +-phpbuilddir = $(libdir)/build ++phpbuilddir = $(libdir)/php/build + + BUILD_FILES = \ + scripts/phpize.m4 \ +--- php-5.2.8/scripts/phpize.in.phpize64 ++++ php-5.2.8/scripts/phpize.in +@@ -3,7 +3,7 @@ + # Variable declaration + prefix='@prefix@' + exec_prefix="`eval echo @exec_prefix@`" +-phpdir="`eval echo @libdir@`/build" ++phpdir="@libdir@/php/build" + includedir="`eval echo @includedir@`/php" + builddir="`pwd`" + SED="@SED@" |