summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorDamon Atkins <Damon.Atkins@nabaus.com.au>1999-03-30 21:26:11 +1000
committerGurusamy Sarathy <gsar@cpan.org>1999-05-06 05:37:55 +0000
commit4d41e7f16b9d3c3cdb7b4c117e6d6391d3b5f24c (patch)
tree2fc876ca5bed29bd009c49f699fb2d6f7e845fe5 /hints
parent1b42086758bcb696abd56f37b9db1cd28e91236e (diff)
downloadperl-4d41e7f16b9d3c3cdb7b4c117e6d6391d3b5f24c.tar.gz
Largefiles for Solaris
Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au> p4raw-id: //depot/perl@3311
Diffstat (limited to 'hints')
-rw-r--r--hints/solaris_2.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh
index 21e51d1113..236db7d1b5 100644
--- a/hints/solaris_2.sh
+++ b/hints/solaris_2.sh
@@ -285,6 +285,19 @@ rm -f core
# XXX
EOSH
+# Damon.Atkins@nabaus.com.au 19-Mar-1999
+# Large Files Support
+if [ -x /usr/bin/getconf ] ; then
+ ccflags="$ccflags `/usr/bin/getconf LFS_CFLAGS`"
+ [ "X${ccflags}" = "X " ] && ccflags=''
+ ldflags="$ldflags `/usr/bin/getconf LFS_LDFLAGS`"
+ [ "X${ldflags}" = "X " ] && ldflags=''
+ libswanted="$libswanted `/usr/bin/getconf LFS_LIBS`"
+ [ "X${libswanted}" = "X " ] && libswanted=''
+ lintflags="$lintflags `/usr/bin/getconf LFS_LINTFLAGS`"
+ [ "X${lintflags}" = "X " ] && lintflags=''
+fi
+
# This script UU/usethreads.cbu will get 'called-back' by Configure
# after it has prompted the user for whether to use threads.
cat > UU/usethreads.cbu <<'EOCBU'