From 5fce3f1fd7af1b4aff07c93faf0a0296f9ba35fe Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Mon, 28 Feb 2000 16:37:43 +0000 Subject: [PATCH] Don't be overeager to turn on largefileness. p4raw-id: //depot/cfgperl@5324 --- hints/solaris_2.sh | 4 ++++ 1 file changed, 4 insertions(+) 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. -- 2.7.4