php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #61839
Patch php-configure-cross.patch revision 2014-06-13 17:07 UTC by sob at evomer-domein dot nl
Patch tafoda revision 2014-06-13 14:28 UTC by fredy at tecsysbrasil dot com dot br
Patch php-fpm-cross.patch revision 2012-04-24 15:13 UTC by bos at je-eigen-domein dot nl

Patch php-configure-cross.patch for FPM related Bug #61839

Patch version 2014-06-13 17:07 UTC

Return to Bug #61839 | Download this patch
This 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
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 07:01:27 2024 UTC