SHA256
1
0
forked from pool/texlive
Dr. Werner Fink 2020-04-22 11:23:50 +00:00 committed by Git OBS Bridge
parent e309c11cdc
commit 1b33cb613f
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 22 11:20:57 UTC 2020 - Dr. Werner Fink <werner@suse.de>
- More LuaJIT binaries whic hare not build on ppc64/ppc64le not fixed
since ages https://github.com/LuaJIT/LuaJIT/issues/42
-------------------------------------------------------------------
Wed Apr 22 10:27:33 UTC 2020 - Dr. Werner Fink <werner@suse.de>

View File

@ -36,6 +36,7 @@
#
# LuaJIT -- does not build nor support all architectures
# Current status is available at https://github.com/LuaJIT/LuaJIT
# 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
@ -4092,7 +4093,7 @@ fi
%if %{with LuaJIT}
echo "Luaji is supported on this platform"
%else
for broken in luajittex texluajit texluajitc
for broken in luajittex texluajit texluajitc luajithbtex luajittex texluajit texluajitc
do
test ! -x ${prefix}/bin/$broken || continue
(cat>${prefix}/bin/$broken)<<-'EOF'