36 lines
946 B
Diff
36 lines
946 B
Diff
|
|
---
|
||
|
|
scripts/Makefile.frag | 4 ++--
|
||
|
|
scripts/phpize.in | 4 ++--
|
||
|
|
2 files changed, 4 insertions(+), 4 deletions(-)
|
||
|
|
|
||
|
|
Index: scripts/Makefile.frag
|
||
|
|
===================================================================
|
||
|
|
--- scripts/Makefile.frag.orig
|
||
|
|
+++ scripts/Makefile.frag
|
||
|
|
@@ -3,8 +3,8 @@
|
||
|
|
# Build environment install
|
||
|
|
#
|
||
|
|
|
||
|
|
-phpincludedir = $(includedir)/php
|
||
|
|
-phpbuilddir = $(libdir)/build
|
||
|
|
+phpincludedir = $(includedir)/php7
|
||
|
|
+phpbuilddir = $(datadir)/build
|
||
|
|
|
||
|
|
BUILD_FILES = \
|
||
|
|
scripts/phpize.m4 \
|
||
|
|
Index: scripts/phpize.in
|
||
|
|
===================================================================
|
||
|
|
--- scripts/phpize.in.orig
|
||
|
|
+++ scripts/phpize.in
|
||
|
|
@@ -4,8 +4,8 @@
|
||
|
|
prefix='@prefix@'
|
||
|
|
datarootdir='@datarootdir@'
|
||
|
|
exec_prefix="`eval echo @exec_prefix@`"
|
||
|
|
-phpdir="`eval echo @libdir@`/build"
|
||
|
|
-includedir="`eval echo @includedir@`/php"
|
||
|
|
+phpdir="`eval echo @datadir@`/build"
|
||
|
|
+includedir="`eval echo @includedir@`/php7"
|
||
|
|
builddir="`pwd`"
|
||
|
|
SED="@SED@"
|
||
|
|
|