SOURCES: php-lib64.patch - fix for pcre
adamg
adamg at pld-linux.org
Wed Sep 7 19:43:41 CEST 2005
Author: adamg Date: Wed Sep 7 17:43:41 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix for pcre
---- Files affected:
SOURCES:
php-lib64.patch (1.11 -> 1.12)
---- Diffs:
================================================================
Index: SOURCES/php-lib64.patch
diff -u SOURCES/php-lib64.patch:1.11 SOURCES/php-lib64.patch:1.12
--- SOURCES/php-lib64.patch:1.11 Wed Sep 7 12:39:37 2005
+++ SOURCES/php-lib64.patch Wed Sep 7 19:43:36 2005
@@ -432,3 +432,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
+--- php-5.0.5.orig/ext/pcre/config.m4 2005-09-07 12:30:35.618508656 +0200
++++ php-5.0.5/ext/pcre/config.m4 2005-09-07 19:42:32.379562104 +0200
+@@ -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/php-lib64.patch?r1=1.11&r2=1.12&f=u
More information about the pld-cvs-commit
mailing list