[texlive] Disable largefile support to fix pdflatex on 32bit arches

Jindrich Novy jnovy at fedoraproject.org
Thu Oct 25 05:14:49 UTC 2012


commit 70d7f8a1dc313a68000e858576879ad808fc3e7b
Author: Jindrich Novy <jnovy at redhat.com>
Date:   Thu Oct 25 07:18:13 2012 +0200

    Disable largefile support to fix pdflatex on 32bit arches

 texlive.spec          |    4 ++--
 texlive.spec.template |    5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/texlive.spec b/texlive.spec
index 61a18c9..99ec0e4 100644
--- a/texlive.spec
+++ b/texlive.spec
@@ -173134,7 +173134,7 @@ cd source
 PREF=`pwd`/inst
 mkdir -p work
 cd work
-../configure --prefix=$PREF --datadir=$PREF --libdir=$PREF/lib --with-system-zlib --with-system-libpng --with-system-xpdf --with-system-gd --with-system-t1lib --with-system-teckit --with-system-freetype2 --with-system-poppler --with-system-zziplib --with-system-icu --with-pic --with-xdvi-x-toolkit=xaw --disable-xindy --disable-xindy-docs --disable-xindy-make-rules --enable-shared --enable-compiler-warnings=max --without-cxx-runtime-hack --disable-native-texlive-build --disable-t1utils --disable-psutils --disable-biber --disable-ptexenc
+../configure --prefix=$PREF --datadir=$PREF --libdir=$PREF/lib --with-system-zlib --with-system-libpng --with-system-xpdf --with-system-gd --with-system-t1lib --with-system-teckit --with-system-freetype2 --with-system-poppler --with-system-zziplib --with-system-icu --with-pic --with-xdvi-x-toolkit=xaw --disable-xindy --disable-xindy-docs --disable-xindy-make-rules --enable-shared --enable-compiler-warnings=max --without-cxx-runtime-hack --disable-native-texlive-build --disable-t1utils --disable-psutils --disable-biber --disable-ptexenc --disable-largefile
 
 make world %{?_smp_mflags} STRIPPROG=/bin/true STRIP=/bin/true
 
@@ -297863,7 +297863,7 @@ fi
 %changelog
 * Wed Oct 24 2012 Jindrich Novy <jnovy at redhat.com> 2012-3-20121024
 - sync with upstream - fixes problem lcdf-typetools tests
-- attempt to fix largefile support problem on 32bit arches
+- disable largefile support to fix pdflatex on 32bit arches
 - put compatibility TEXMF tree reference into texm-local instead
 symlinking it to /usr/share/texmf directly
 
diff --git a/texlive.spec.template b/texlive.spec.template
index 1966e5c..c62497c 100644
--- a/texlive.spec.template
+++ b/texlive.spec.template
@@ -135,7 +135,8 @@ cd work
 --disable-t1utils \
 --disable-psutils \
 --disable-biber \
---disable-ptexenc
+--disable-ptexenc \
+--disable-largefile
 
 make world %{?_smp_mflags} STRIPPROG=/bin/true STRIP=/bin/true
 
@@ -305,7 +306,7 @@ fi
 %changelog
 * Wed Oct 24 2012 Jindrich Novy <jnovy at redhat.com> 2012-3-20121024
 - sync with upstream - fixes problem lcdf-typetools tests
-- attempt to fix largefile support problem on 32bit arches
+- disable largefile support to fix pdflatex on 32bit arches
 - put compatibility TEXMF tree reference into texm-local instead
   symlinking it to /usr/share/texmf directly
 


More information about the scm-commits mailing list