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:
parent
2b7a8273e9
commit
4ba96e552f
@ -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>
|
Mon May 25 14:52:43 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
# https://github.com/LuaJIT/LuaJIT/issues/42
|
# https://github.com/LuaJIT/LuaJIT/issues/42
|
||||||
# Compare with libs/luajit/LuaJIT-<version>/src/lj_arch.h
|
# 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
|
%global with_LuaJIT 1
|
||||||
%endif
|
%endif
|
||||||
%bcond_with LuaJIT
|
%bcond_with LuaJIT
|
||||||
@ -3987,9 +3987,11 @@ fi
|
|||||||
--enable-shared \
|
--enable-shared \
|
||||||
%if %{with LuaJIT}
|
%if %{with LuaJIT}
|
||||||
--enable-luajittex \
|
--enable-luajittex \
|
||||||
|
--enable-luajithbtex \
|
||||||
--enable-mfluajit \
|
--enable-mfluajit \
|
||||||
%else
|
%else
|
||||||
--disable-luajittex \
|
--disable-luajittex \
|
||||||
|
--disable-luajithbtex \
|
||||||
--disable-mfluajit \
|
--disable-mfluajit \
|
||||||
%endif
|
%endif
|
||||||
--with-gnu-ld \
|
--with-gnu-ld \
|
||||||
|
Loading…
Reference in New Issue
Block a user