Magellan Linux

Contents of /trunk/php5/patches/php5-5.2.3-build-dir.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 249 - (show annotations) (download)
Sun Jul 8 13:32:20 2007 UTC (16 years, 9 months ago) by niro
File size: 1504 byte(s)
-files for php-5.2.3-r1

1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../php/phpbuilddir.patch
5 # Copyright (C) 2004 - 2007 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
16
17 Install this build noise where former php versions placed it. Also do not
18 polute the libdir itself.
19
20 - Rene Rebe <rene@exactcode.de>
21
22 --- php-5.0.5/scripts/Makefile.frag 2005-06-07 23:57:06.000000000 +0200
23 +++ php-5.0.5-fixed/scripts/Makefile.frag 2005-02-28 06:28:25.000000000 +0100
24 @@ -4,7 +4,7 @@
25 #
26
27 phpincludedir = $(includedir)/php
28 -phpbuilddir = $(libdir)/build
29 +phpbuilddir = $(libdir)/php/build
30
31 BUILD_FILES = \
32 scripts/phpize.m4 \
33 --- ./scripts/phpize.in.orig 2006-04-04 15:24:45.000000000 +0200
34 +++ ./scripts/phpize.in 2006-04-04 15:26:13.000000000 +0200
35 @@ -3,7 +3,7 @@
36 # Variable declaration
37 prefix='@prefix@'
38 exec_prefix="`eval echo @exec_prefix@`"
39 -phpdir="`eval echo @libdir@`/build"
40 +phpdir="`eval echo @libdir@`/php/build"
41 includedir="`eval echo @includedir@`/php"
42 builddir="`pwd`"
43