|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patch php-configure-cross.patch for FPM related Bug #61839Patch version 2014-06-13 17:07 UTC Return to Bug #61839 | Download this patchThis patch renders other patches obsolete Obsolete patches: Patch Revisions:Developer: sob@evomer-domein.nl
--- php-5.5.13/configure 2014-06-13 13:58:59.210933631 -0300
+++ php-5.5.13.new/configure 2014-06-13 13:58:23.266536530 -0300
@@ -65113,7 +65113,7 @@
flock_type=unknown
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking \"whether flock struct is linux ordered\"" >&5
$as_echo_n "checking \"whether flock struct is linux ordered\"... " >&6; }
-if test "$cross_compiling" = yes; then :
+if test "$cross_compiling" = no; then :
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error $? "cannot run test program while cross compiling
@@ -65152,7 +65152,7 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking \"whether flock struct is BSD ordered\"" >&5
$as_echo_n "checking \"whether flock struct is BSD ordered\"... " >&6; }
-if test "$cross_compiling" = yes; then :
+if test "$cross_compiling" = no; then :
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error $? "cannot run test program while cross compiling
|
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 08 11:00:01 2025 UTC |