forked from pool/texlive
PPC64 versus LuaJIT
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=364
This commit is contained in:
parent
e309c11cdc
commit
1b33cb613f
@ -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>
|
||||
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user