diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-05 21:18:59 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-05 21:18:59 +0000 |
commit | 7bf3502ff8e7c997421ba8258c4ee60453dd68b3 (patch) | |
tree | fa03e5ba300446555465f2c4c408da770824d87f /hints | |
parent | ac845a94035426788ebeddebfbbc7d03ec607f76 (diff) | |
parent | 0b7031a26bc1dac055a802438072e3a031175a8d (diff) | |
download | perl-7bf3502ff8e7c997421ba8258c4ee60453dd68b3.tar.gz |
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@5558
Diffstat (limited to 'hints')
-rw-r--r-- | hints/linux.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/hints/linux.sh b/hints/linux.sh index 82b8703232..80fda07591 100644 --- a/hints/linux.sh +++ b/hints/linux.sh @@ -276,3 +276,13 @@ $define|true|[yY]*) ;; esac EOCBU + +cat > UU/uselargefiles.cbu <<'EOCBU' +# This script UU/uselargefiles.cbu will get 'called-back' by Configure +# after it has prompted the user for whether to use large files. +case "$uselargefiles" in +''|$define|true|[yY]*) + ccflags="$ccflags -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" + ;; +esac +EOCBU |