From b3e0ade88ce863b452efc83d003485b64399e89a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 10 Jun 2012 07:12:19 +0200 Subject: repo reorg --- php-5.2.8-phpize64.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 php-5.2.8-phpize64.patch (limited to 'php-5.2.8-phpize64.patch') 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@" -- cgit