Disable LuaJIT on riscv64 (not ported)
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
a8891d9492
commit
951f649094
7
efl.spec
7
efl.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user