Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
:
rebuilds
>
php4
> php-4.4.9-pcre-x86_64.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File php-4.4.9-pcre-x86_64.patch of Package php4 (Revision 3)
Currently displaying revision
3
,
show latest
--- ext/pcre/config0.m4.orig 2008-10-29 12:21:23.000000000 +0100 +++ ext/pcre/config0.m4 2008-07-17 16:27:52.000000000 +0200 @@ -32,7 +32,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