summaryrefslogtreecommitdiff
path: root/hints/solaris_2.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-02-28 16:37:43 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-02-28 16:37:43 +0000
commit5fce3f1fd7af1b4aff07c93faf0a0296f9ba35fe (patch)
treeb802d585699072c28a6eee01b4d4087ac964c28f /hints/solaris_2.sh
parent19e194ad5a0b332a85659fe3309d0a3b36eef904 (diff)
downloadperl-5fce3f1fd7af1b4aff07c93faf0a0296f9ba35fe.tar.gz
Don't be overeager to turn on largefileness.
p4raw-id: //depot/cfgperl@5324
Diffstat (limited to 'hints/solaris_2.sh')
-rw-r--r--hints/solaris_2.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh
index 96bd2d603a..881c4ebcbc 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.