From 70d7f8a1dc313a68000e858576879ad808fc3e7b Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Oct 25 2012 05:18:13 +0000 Subject: Disable largefile support to fix pdflatex on 32bit arches --- 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 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 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