summaryrefslogtreecommitdiff
path: root/Build/source/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-09-17 18:53:42 +0000
committerKarl Berry <karl@freefriends.org>2010-09-17 18:53:42 +0000
commite4bfbecd412b575d5e20f6409f03f662ddeea673 (patch)
tree970d0938b6bb79e5a078f6a11d633efbb1c3284c /Build/source/Build
parent5343f5870c420937cd5584cd059d12341128602c (diff)
explicitly say largefile support is nonexistent
git-svn-id: svn://tug.org/texlive/trunk@19775 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/Build')
-rwxr-xr-xBuild/source/Build5
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/source/Build b/Build/source/Build
index aebdfed97df..ee29204a69a 100755
--- a/Build/source/Build
+++ b/Build/source/Build
@@ -69,8 +69,9 @@ cd $TL_WORKDIR || exit 1
# allow override of configure location, just in case.
: ${TL_CONFIGURE=../configure}
-# longinteger and off_t declarations are still inconsistent, do not
-# enable this unless you are testing.
+# 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 static linking.