SHA256
1
0
forked from pool/texlive

Accepting request 810398 from home:Andreas_Schwab:Factory

- Properly configure luajit

OBS-URL: https://build.opensuse.org/request/show/810398
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=375
This commit is contained in:
Dr. Werner Fink 2020-06-02 07:56:11 +00:00 committed by Git OBS Bridge
parent 2b7a8273e9
commit 4ba96e552f
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat May 30 19:14:09 UTC 2020 - Andreas Schwab <schwab@suse.de>
- Properly configure luajit
-------------------------------------------------------------------
Mon May 25 14:52:43 UTC 2020 - Dr. Werner Fink <werner@suse.de>

View File

@ -39,7 +39,7 @@
# https://github.com/LuaJIT/LuaJIT/issues/42
# Compare with libs/luajit/LuaJIT-<version>/src/lj_arch.h
#
%ifarch %ix86 x86_64 ppc %arml aarch64 mips
%ifarch %ix86 x86_64 %arml aarch64 mips
%global with_LuaJIT 1
%endif
%bcond_with LuaJIT
@ -3987,9 +3987,11 @@ fi
--enable-shared \
%if %{with LuaJIT}
--enable-luajittex \
--enable-luajithbtex \
--enable-mfluajit \
%else
--disable-luajittex \
--disable-luajithbtex \
--disable-mfluajit \
%endif
--with-gnu-ld \