Accepting request 990994 from home:dirkmueller:Factory

- exclude all powerpc and riscv64 from luajit usage

OBS-URL: https://build.opensuse.org/request/show/990994
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=419
This commit is contained in:
Dr. Werner Fink 2022-07-25 10:57:45 +00:00 committed by Git OBS Bridge
parent 127a846033
commit 73cceaea0b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 25 10:43:31 UTC 2022 - Dirk Müller <dmueller@suse.com>
- exclude all powerpc and riscv64 from luajit usage
-------------------------------------------------------------------
Sun Jul 24 10:11:52 UTC 2022 - Andreas Schwab <schwab@suse.de>

View File

@ -38,7 +38,7 @@
# https://github.com/LuaJIT/LuaJIT/issues/42
# Compare with libs/luajit/LuaJIT-<version>/src/lj_arch.h
#
%ifnarch s390 s390x ppc64le
%ifnarch ppc %power64 s390 s390x riscv64
%global with_LuaJIT 1
%endif
%bcond_with LuaJIT