summaryrefslogtreecommitdiffstats
path: root/php-5.2.8-phpize64.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-06-10 07:12:19 +0200
committerRemi Collet <fedora@famillecollet.com>2012-06-10 07:12:19 +0200
commitb3e0ade88ce863b452efc83d003485b64399e89a (patch)
treee5e48e95d7eb1829bad26a51c54c91d52e4e8e89 /php-5.2.8-phpize64.patch
repo reorg
Diffstat (limited to 'php-5.2.8-phpize64.patch')
-rw-r--r--php-5.2.8-phpize64.patch22
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@"