Do not use LuaJIT on riscv64
LuaJIT is not ported to riscv64 yet. Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
283b586618
commit
d3688c31d6
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: pdns
|
Name: pdns
|
||||||
Version: 4.7.4
|
Version: 4.7.4
|
||||||
Release: 1%{?dist}
|
Release: 1.0.riscv64%{?dist}
|
||||||
Summary: A modern, advanced and high performance authoritative-only nameserver
|
Summary: A modern, advanced and high performance authoritative-only nameserver
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://powerdns.com
|
URL: http://powerdns.com
|
||||||
@ -26,7 +26,7 @@ BuildRequires: libsodium-devel
|
|||||||
BuildRequires: lua-devel
|
BuildRequires: lua-devel
|
||||||
%define lua_implementation lua
|
%define lua_implementation lua
|
||||||
%else
|
%else
|
||||||
%ifarch aarch64 ppc64le s390x
|
%ifarch aarch64 ppc64le s390x riscv64
|
||||||
%define lua_implementation lua
|
%define lua_implementation lua
|
||||||
BuildRequires: lua-devel
|
BuildRequires: lua-devel
|
||||||
%else
|
%else
|
||||||
@ -320,6 +320,9 @@ exit 0
|
|||||||
%{_unitdir}/ixfrdist@.service
|
%{_unitdir}/ixfrdist@.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 20 2023 David Abdurachmanov <davidlt@rivosinc.com> - 4.7.4-1.0.riscv64
|
||||||
|
- Use Lua on riscv64 (no LuaJIT port yet)
|
||||||
|
|
||||||
* Mon Apr 17 2023 Morten Stevens <mstevens@fedoraproject.org> - 4.7.4-1
|
* Mon Apr 17 2023 Morten Stevens <mstevens@fedoraproject.org> - 4.7.4-1
|
||||||
- Update to 4.7.4
|
- Update to 4.7.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user