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

Annotation of /rpms/php/sme8/php-5.0.2-phpize64.patch

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


Revision 1.1 - (hide annotations) (download)
Sat Feb 6 20:36:50 2010 UTC (14 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: php-5_2_10-1_el5_sme
Initial import

1 slords 1.1
2     Install phpize into libdir.
3    
4     --- php-5.0.5/scripts/Makefile.frag.phpize64
5     +++ php-5.0.5/scripts/Makefile.frag
6     @@ -4,7 +4,7 @@
7     #
8    
9     phpincludedir = $(includedir)/php
10     -phpbuilddir = $(libdir)/build
11     +phpbuilddir = $(libdir)/php/build
12    
13     BUILD_FILES = \
14     scripts/phpize.m4 \
15     --- php-5.0.5/scripts/phpize.in.phpize64
16     +++ php-5.0.5/scripts/phpize.in
17     @@ -3,7 +3,7 @@
18     # Variable declaration
19     prefix='@prefix@'
20     exec_prefix="`eval echo @exec_prefix@`"
21     -phpdir="`eval echo @libdir@`/build"
22     +phpdir="@libdir@/php/build"
23     includedir="`eval echo @includedir@`/php"
24     builddir="`pwd`"
25    

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