Author: jkaluza Date: Mon Feb 25 11:26:20 2013 New Revision: 1449661 URL: http://svn.apache.org/r1449661 Log: * lib/Apache2/Build.pm: do not build with LFS
Modified: perl/modperl/branches/httpd24/lib/Apache2/Build.pm Modified: perl/modperl/branches/httpd24/lib/Apache2/Build.pm URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24/lib/Apache2/Build.pm?rev=1449661&r1=1449660&r2=1449661&view=diff ============================================================================== --- perl/modperl/branches/httpd24/lib/Apache2/Build.pm (original) +++ perl/modperl/branches/httpd24/lib/Apache2/Build.pm Mon Feb 25 11:26:20 2013 @@ -2212,7 +2212,8 @@ sub has_large_files_conflict { # with it is that we didn't have such a case yet, but may need to # deal with it later - return $perl_lfs64 ^ $apr_lfs64; + return 0; + # $perl_lfs64 ^ $apr_lfs64; } # if perl is built with uselargefiles, but apr not, the build won't