Changes of Revision 2
[-] [+] | Changed | php4.spec |
[-] [+] | Added | php-4.4.9-pcre-x86_64.patch ^ |
@@ -0,0 +1,11 @@ +--- 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/lib64; do ++ for j in $PHP_PCRE_REGEX $PHP_PCRE_REGEX/lib; do + test -f $j/libpcre.a -o -f $j/libpcre.$SHLIB_SUFFIX_NAME && PCRE_LIBDIR=$j + done + |