Disable LuaJIT on riscv64 (not ported)

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2023-03-20 09:51:22 +02:00
parent a8891d9492
commit 951f649094
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,7 @@
%if 0%{?rhel} && 0%{?rhel} <= 7
%global has_luajit 0
%endif
%ifarch ppc64le s390x
%ifarch ppc64le s390x riscv64
%global has_luajit 0
%endif
# PANIC: unprotected error in call to Lua API (bad light userdata pointer)
@ -31,7 +31,7 @@
Name: efl
Version: 1.26.3
Release: 6%{?dist}
Release: 6.0.riscv64%{?dist}
Summary: Collection of Enlightenment libraries
License: BSD and LGPLv2+ and GPLv2 and zlib
URL: http://enlightenment.org/
@ -580,6 +580,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%{_libdir}/libexactness*.so
%changelog
* Mon Mar 20 2023 David Abdurachmanov <davidlt@rivosinc.com> - 1.26.3-6.0.riscv64
- Disable LuaJIT on riscv64 (not ported)
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.26.3-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild