/[smeserver]/rpms/php/sme8/php-5.3.0-phpize64.patch
ViewVC logotype

Contents of /rpms/php/sme8/php-5.3.0-phpize64.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Mon Jun 20 19:27:01 2011 UTC (12 years, 10 months ago) by slords
Branch: MAIN
CVS Tags: php-5_3_3-15_el5_sme, php-5_3_3-1_el5_7_3, php-5_3_3-13_el5_9_1, php-5_3_3-16_el5_sme, php-5_3_3-14_el5_sme, php-5_3_3-1_el5_sme_6, php-5_3_3-13_el5_sme_1, php-5_3_3-1_el5_sme_3, php-5_3_3-1_el5_sme_1_0, php-5_3_3-13_el5_sme_2, php-5_3_3-1_el5_sme_1_1, php-5_3_3-17_el5_sme, php-5_3_3-1_el5_7_6, php-5_3_3-13_el5_sme, php-5_3_3-13_el6, php-5_3_3-1_el5_sme_1, HEAD
Branch point for: redhat-upstream
Import upstream sources

1 diff -up php5.3-200812131330/scripts/Makefile.frag.phpize64 php5.3-200812131330/scripts/Makefile.frag
2 --- php5.3-200812131330/scripts/Makefile.frag.phpize64 2005-11-22 00:08:02.000000000 +0100
3 +++ php5.3-200812131330/scripts/Makefile.frag 2008-12-13 16:21:42.000000000 +0100
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 \
13 diff -up php5.3-200812131330/scripts/phpize.in.phpize64 php5.3-200812131330/scripts/phpize.in
14 --- php5.3-200812131330/scripts/phpize.in.phpize64 2007-06-29 03:10:35.000000000 +0200
15 +++ php5.3-200812131330/scripts/phpize.in 2008-12-13 16:24:27.000000000 +0100
16 @@ -3,7 +3,7 @@
17 # Variable declaration
18 prefix='@prefix@'
19 exec_prefix="`eval echo @exec_prefix@`"
20 -phpdir="`eval echo @libdir@`/build"
21 +phpdir="@libdir@/php/build"
22 includedir="`eval echo @includedir@`/php"
23 builddir="`pwd`"
24 SED="@SED@"

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed