Patch search_pcre_in_common_installation_directories.patch for PCRE related Bug #64617
Patch version 2015-08-25 11:29 UTC
Return to Bug #64617 |
Download this patch
Patch Revisions:
Developer: rainer-phpbugs@7val.com
--- ./configure 2013-04-15 11:29:12.864705659 +0200
+++ ./configure 2013-04-15 11:29:14.056700937 +0200
@@ -24160,4 +24160,4 @@
- for j in $PHP_PCRE_REGEX $PHP_PCRE_REGEX/$PHP_LIBDIR; do
+ for j in $PHP_PCRE_REGEX $PHP_PCRE_REGEX/lib64 $PHP_PCRE_REGEX/$PHP_LIBDIR $PHP_PCRE_REGEX/lib/*/; do
test -f $j/libpcre.a || test -f $j/libpcre.$SHLIB_SUFFIX_NAME && PCRE_LIBDIR=$j
done
|