From: Jarkko Hietaniemi Date: Mon, 28 Feb 2000 16:37:43 +0000 (+0000) Subject: Don't be overeager to turn on largefileness. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5fce3f1fd7af1b4aff07c93faf0a0296f9ba35fe;p=p5sagit%2Fp5-mst-13.2.git Don't be overeager to turn on largefileness. p4raw-id: //depot/cfgperl@5324 --- diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index 96bd2d6..881c4eb 100644 --- a/hints/solaris_2.sh +++ b/hints/solaris_2.sh @@ -333,6 +333,9 @@ EOM esac EOCBU +# This script UU/useuselargefiles.cbu will get 'called-back' by Configure +# after it has prompted the user for whether to use large files. +cat > UU/useuselargefiles.cbu <<'EOCBU' case "$uselargefiles" in ''|$define|true|[yY]*) ccflags="$ccflags `getconf LFS_CFLAGS 2>/dev/null`" @@ -340,6 +343,7 @@ case "$uselargefiles" in libswanted="$libswanted `getconf LFS_LIBS 2>/dev/null|sed -e 's@^-l@@' -e 's@ -l@ @g`" ;; esac +EOCBU # This script UU/use64bitint.cbu will get 'called-back' by Configure # after it has prompted the user for whether to use 64 bits.