diff options
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/source/Build | 5 |
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. |