SOURCES: php-lib64.patch - updated to 5.0.5

adamg adamg at pld-linux.org
Wed Sep 7 12:39:42 CEST 2005


Author: adamg                        Date: Wed Sep  7 10:39:42 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated to 5.0.5

---- Files affected:
SOURCES:
   php-lib64.patch (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SOURCES/php-lib64.patch
diff -u SOURCES/php-lib64.patch:1.10 SOURCES/php-lib64.patch:1.11
--- SOURCES/php-lib64.patch:1.10	Tue Mar 15 18:38:12 2005
+++ SOURCES/php-lib64.patch	Wed Sep  7 12:39:37 2005
@@ -352,15 +352,6 @@
      /var/mysql/mysql.sock \
      /usr/local/mysql/var/mysql.sock \
      /Private/tmp/mysql.sock \
-@@ -84,7 +84,7 @@
- Note that the MySQL client library is not bundled anymore.])
-   fi
- 
--  for i in lib lib/mysql; do
-+  for i in lib64 lib64/mysql; do
-     MYSQL_LIB_CHK($i)
-   done
- 
 @@ -100,9 +100,9 @@
        PHP_CHECK_LIBRARY(mysqlclient, mysql_error, [], [
          AC_MSG_ERROR([mysql configure failed. Please check config.log for more information.])
@@ -392,8 +383,8 @@
    dnl
    if test "$PHP_LIBEXPAT_DIR" != "no"; then
      for i in $PHP_XML $PHP_LIBEXPAT_DIR; do
--      if test -f "$i/lib/libexpat.a" -o -f "$i/lib/libexpat.$SHLIB_SUFFIX_NAME"; then
-+      if test -f "$i/lib64/libexpat.a" -o -f "$i/lib64/libexpat.$SHLIB_SUFFIX_NAME"; then
+-      if test -f "$i/lib/libexpat.a" || test -f "$i/lib/libexpat.$SHLIB_SUFFIX_NAME"; then
++      if test -f "$i/lib64/libexpat.a" || test -f "$i/lib64/libexpat.$SHLIB_SUFFIX_NAME"; then
          EXPAT_DIR=$i
          break
        fi
@@ -441,15 +432,3 @@
  
  ; Whether or not to enable the dl() function.  The dl() function does NOT work
  ; properly in multithreaded servers, such as IIS or Zeus, and is automatically
-diff -burN php-5.0.4RC1.orig/scripts/Makefile.frag php-5.0.4RC1/scripts/Makefile.frag
---- php-5.0.4RC1.orig/scripts/Makefile.frag	2005-03-15 18:21:05.145406392 +0100
-+++ php-5.0.4RC1/scripts/Makefile.frag	2005-03-15 18:22:03.112594040 +0100
-@@ -4,7 +4,7 @@
- #
- 
- phpincludedir = $(includedir)/php
--phpbuilddir = $(prefix)/lib/php/build
-+phpbuilddir = $(libdir)/php/build
- 
- BUILD_FILES = \
- 	scripts/phpize.m4 \
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/php-lib64.patch?r1=1.10&r2=1.11&f=u




More information about the pld-cvs-commit mailing list