Disable largefile support to fix pdflatex on 32bit arches

This commit is contained in:
Jindrich Novy 2012-10-25 07:18:13 +02:00
parent 05af131c79
commit 70d7f8a1dc
2 changed files with 5 additions and 4 deletions

View File

@ -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@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

View File

@ -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@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