From 4ba96e552fde0322cff762a7e176ef1568c9643571e00dbfb30f093d93dd5866 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 2 Jun 2020 07:56:11 +0000 Subject: [PATCH] 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 --- texlive.changes | 5 +++++ texlive.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/texlive.changes b/texlive.changes index 0f7fb5c..d3e3c8c 100644 --- a/texlive.changes +++ b/texlive.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat May 30 19:14:09 UTC 2020 - Andreas Schwab + +- Properly configure luajit + ------------------------------------------------------------------- Mon May 25 14:52:43 UTC 2020 - Dr. Werner Fink diff --git a/texlive.spec b/texlive.spec index 772392c..49fb74d 100644 --- a/texlive.spec +++ b/texlive.spec @@ -39,7 +39,7 @@ # https://github.com/LuaJIT/LuaJIT/issues/42 # Compare with libs/luajit/LuaJIT-/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 \