]> git.pld-linux.org Git - packages/php.git/blob - php-lib.patch
- merged from php4.spec and adjusted for Ra
[packages/php.git] / php-lib.patch
1 diff -urN php-4.4.0.org/scripts/Makefile.frag php-4.4.0/scripts/Makefile.frag
2 --- php-4.4.0.org/scripts/Makefile.frag 2005-06-08 12:34:41.000000000 +0200
3 +++ php-4.4.0/scripts/Makefile.frag     2005-07-13 13:25:55.095198152 +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 \
13 diff -urN php-4.4.0.org/scripts/phpize.in php-4.4.0/scripts/phpize.in
14 --- php-4.4.0.org/scripts/phpize.in     2005-06-15 19:13:52.000000000 +0200
15 +++ php-4.4.0/scripts/phpize.in 2005-07-13 13:26:32.475515480 +0200
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="`eval echo @libdir@`/php/build"
22  includedir="`eval echo @includedir@`/php"
23  builddir="`pwd`"
This page took 0.060819 seconds and 3 git commands to generate.