Dr. Werner Fink 2015-03-31 15:50:02 +00:00 committed by Git OBS Bridge
parent c9648a2a34
commit 0002908fad
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 31 15:49:35 UTC 2015 - werner@suse.de
- Luajittex does only compile on Intel, PPC, and ARM_LE (EABI)
-------------------------------------------------------------------
Thu Mar 26 14:05:48 UTC 2015 - werner@suse.de

View File

@ -19,7 +19,7 @@
%define texlive_version 2014
%define texlive_previous 2013
%define texlive_release 20140525
%define texlive_noarch 92
%define texlive_noarch 96
%define texlive_source texlive-20140525-source
%define __perl_requires %{nil}
@ -2681,6 +2681,11 @@ popd
--enable-seetexk \
--enable-tex4htk \
--enable-shared \
%ifarch %ix86 ppc
--enable-luajittex \
%else
--disable-luajittex \
%endif
--with-gnu-ld \
--with-gnu-libc \
--with-system-xz \