summaryrefslogtreecommitdiff
path: root/Build/source/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-03-30 22:11:27 +0000
committerKarl Berry <karl@freefriends.org>2012-03-30 22:11:27 +0000
commit591eb4658bb1284cb3510f2e336ed4ddd195a4b3 (patch)
tree46f3730d105ed8506922ec0f5044c56e0d0df331 /Build/source/Build
parent89e75c6282854756042de04dcab5971af1ab8ee4 (diff)
switch to --enable-largefile by default
git-svn-id: svn://tug.org/texlive/trunk@25786 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/Build')
-rwxr-xr-xBuild/source/Build7
1 files changed, 3 insertions, 4 deletions
diff --git a/Build/source/Build b/Build/source/Build
index 76d72dc539c..8c7c18f90ec 100755
--- a/Build/source/Build
+++ b/Build/source/Build
@@ -57,10 +57,9 @@ cd $TL_WORKDIR || exit 1
# allow override of configure location, just in case.
: ${TL_CONFIGURE=../configure}
-# Do not enable this unless you are testing new code.
-# It currently has no useful effect with the distributed sources.
-# http://tug.org/pipermail/tex-k/2010-September/002202.html
-: ${TL_CONF_LARGEFILE=--disable-largefile}
+# default to supporting large files as much as possible;
+# see comments at --disable-largefile in README.config.
+: ${TL_CONF_LARGEFILE=--enable-largefile}
# default to static linking.
: ${TL_CONF_SHARED=--disable-shared}