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

Contents 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.2 - (show annotations) (download)
Mon Jun 20 19:27:01 2011 UTC (13 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
Error occurred while calculating annotation data.
FILE REMOVED
Import upstream sources

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