summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-03-05 21:18:59 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-03-05 21:18:59 +0000
commit7bf3502ff8e7c997421ba8258c4ee60453dd68b3 (patch)
treefa03e5ba300446555465f2c4c408da770824d87f /hints
parentac845a94035426788ebeddebfbbc7d03ec607f76 (diff)
parent0b7031a26bc1dac055a802438072e3a031175a8d (diff)
downloadperl-7bf3502ff8e7c997421ba8258c4ee60453dd68b3.tar.gz
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@5558
Diffstat (limited to 'hints')
-rw-r--r--hints/linux.sh10
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