summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xBuild/source/Build7
-rw-r--r--Build/source/ChangeLog9
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.