]> git.pld-linux.org Git - packages/php.git/blame - php-builddir.patch
- up to 8.0.7; soname to reflect that this is php 8
[packages/php.git] / php-builddir.patch
CommitLineData
c0240cb1 1diff -urbB php-5.0.5.org/scripts/Makefile.frag php-5.0.5/scripts/Makefile.frag
2--- php-5.0.5.org/scripts/Makefile.frag 2005-09-10 21:29:04.884122000 +0200
3+++ php-5.0.5/scripts/Makefile.frag 2005-09-10 21:30:09.333324848 +0200
4@@ -4,7 +4,7 @@
5 #
6
7 phpincludedir = $(includedir)/php
8-phpbuilddir = $(libdir)/build
9+phpbuilddir = $(libdir)/php/build
10
11 BUILD_FILES = \
12 scripts/phpize.m4 \
13diff -urbB php-5.0.5.org/scripts/phpize.in php-5.0.5/scripts/phpize.in
14--- php-5.0.5.org/scripts/phpize.in 2005-06-15 19:19:41.000000000 +0200
15+++ php-5.0.5/scripts/phpize.in 2005-09-10 21:51:45.523274024 +0200
16@@ -3,7 +3,7 @@
c0240cb1 17 prefix='@prefix@'
a17aa399 18 datarootdir='@datarootdir@'
c0240cb1 19 exec_prefix="`eval echo @exec_prefix@`"
20-phpdir="`eval echo @libdir@`/build"
21+phpdir="`eval echo @libdir@`/php/build"
22 includedir="`eval echo @includedir@`/php"
23 builddir="`pwd`"
a17aa399 24 SED="@SED@"
This page took 0.143175 seconds and 4 git commands to generate.