]> git.pld-linux.org Git - packages/php.git/commitdiff
- update
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 10 Sep 2005 20:12:15 +0000 (20:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-builddir.patch -> 1.2

php-builddir.patch

index 01c42164f3121ea4b82a31a30394b1fe7222e199..783dc2bea786979309783fed99a9c217b65d589d 100644 (file)
@@ -10,3 +10,15 @@ diff -urbB php-5.0.5.org/scripts/Makefile.frag php-5.0.5/scripts/Makefile.frag
  
  BUILD_FILES = \
        scripts/phpize.m4 \
+diff -urbB php-5.0.5.org/scripts/phpize.in php-5.0.5/scripts/phpize.in
+--- php-5.0.5.org/scripts/phpize.in    2005-06-15 19:19:41.000000000 +0200
++++ php-5.0.5/scripts/phpize.in        2005-09-10 21:51:45.523274024 +0200
+@@ -3,7 +3,7 @@
+ # Variable declaration
+ prefix='@prefix@'
+ exec_prefix="`eval echo @exec_prefix@`"
+-phpdir="`eval echo @libdir@`/build"
++phpdir="`eval echo @libdir@`/php/build"
+ includedir="`eval echo @includedir@`/php"
+ builddir="`pwd`"
This page took 0.711533 seconds and 4 git commands to generate.