fiddle perl
[buildroot.git] / package / perl / perl-5.8.8-020-largefile.patch
blob1f4e16d8d842719453a99464e97a62cf062d6b62
1 --- perl-5.8.8.old/Configure 2006-01-08 15:51:03.000000000 +0100
2 +++ perl-5.8.8/Configure 2008-11-02 11:43:30.000000000 +0100
3 @@ -8938,7 +8938,7 @@
4 : Look for a hint-file generated 'call-back-unit'. If the
5 : user has specified that a large files perl is to be built,
6 : we may need to set or change some other defaults.
7 -if $test -f uselargefiles.cbu; then
8 +if $test -f uselargefiles.cbu && test "x$d_uselargefiles" = "x$define"; then
9 echo "Your platform has some specific hints regarding large file builds, using them..."
10 . ./uselargefiles.cbu