SOURCES: php4-lib64.patch - fix for pcre build on amd64

glen glen at pld-linux.org
Thu Sep 29 16:43:26 CEST 2005


Author: glen                         Date: Thu Sep 29 14:43:26 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix for pcre build on amd64

---- Files affected:
SOURCES:
   php4-lib64.patch (1.18 -> 1.19) 

---- Diffs:

================================================================
Index: SOURCES/php4-lib64.patch
diff -u SOURCES/php4-lib64.patch:1.18 SOURCES/php4-lib64.patch:1.19
--- SOURCES/php4-lib64.patch:1.18	Mon Jul 11 22:18:56 2005
+++ SOURCES/php4-lib64.patch	Thu Sep 29 16:43:21 2005
@@ -597,3 +597,14 @@
  ; 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
 
+--- ./ext/pcre/config.m4~	2005-05-31 15:22:27.000000000 +0300
++++ ./ext/pcre/config.m4	2005-09-29 17:42:21.000000000 +0300
+@@ -25,7 +25,7 @@
+       AC_MSG_ERROR([Could not find pcre.h in $PHP_PCRE_REGEX])
+     fi
+ 
+-    for j in $PHP_PCRE_REGEX $PHP_PCRE_REGEX/lib; do
++    for j in $PHP_PCRE_REGEX $PHP_PCRE_REGEX/lib64; do
+       test -f $j/libpcre.a -o -f $j/libpcre.$SHLIB_SUFFIX_NAME && PCRE_LIBDIR=$j
+     done
+     
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/php4-lib64.patch?r1=1.18&r2=1.19&f=u




More information about the pld-cvs-commit mailing list