diff options
author | Karl Berry <karl@freefriends.org> | 2012-03-30 22:11:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-03-30 22:11:27 +0000 |
commit | 591eb4658bb1284cb3510f2e336ed4ddd195a4b3 (patch) | |
tree | 46f3730d105ed8506922ec0f5044c56e0d0df331 /Build | |
parent | 89e75c6282854756042de04dcab5971af1ab8ee4 (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')
-rwxr-xr-x | Build/source/Build | 7 | ||||
-rw-r--r-- | Build/source/ChangeLog | 9 |
2 files changed, 12 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} diff --git a/Build/source/ChangeLog b/Build/source/ChangeLog index d3f7b868d73..80eb264e67c 100644 --- a/Build/source/ChangeLog +++ b/Build/source/ChangeLog @@ -1,3 +1,12 @@ +2012-03-31 Karl Berry <karl@tug.org> + + * Build (TL_CONF_LARGEFILE): switch default to --enable-largefile. + More info in README.config. + +2012-03-12 Karl Berry <karl@tug.org> + + * README.config: 32-bit rather than 32Bit + 2012-03-11 Karl Berry <karl@tug.org> * README.config: text tweaks for poppler/libxpdf/luatex/etc. |