Accepting request 810732 from Publishing:TeXLive

- Properly configure luajit (forwarded request 810398 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/810732
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texlive?expand=0&rev=67
This commit is contained in:
2020-06-11 12:39:53 +00:00
committed by Git OBS Bridge
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 \