Compare commits

...

1 Commits

Author SHA1 Message Date
David Abdurachmanov d3688c31d6
Do not use LuaJIT on riscv64
LuaJIT is not ported to riscv64 yet.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-05-20 21:51:32 +03:00
1 changed files with 5 additions and 2 deletions

View File

@ -3,7 +3,7 @@
Name: pdns
Version: 4.7.4
Release: 1%{?dist}
Release: 1.0.riscv64%{?dist}
Summary: A modern, advanced and high performance authoritative-only nameserver
License: GPLv2
URL: http://powerdns.com
@ -26,7 +26,7 @@ BuildRequires: libsodium-devel
BuildRequires: lua-devel
%define lua_implementation lua
%else
%ifarch aarch64 ppc64le s390x
%ifarch aarch64 ppc64le s390x riscv64
%define lua_implementation lua
BuildRequires: lua-devel
%else
@ -320,6 +320,9 @@ exit 0
%{_unitdir}/ixfrdist@.service
%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
- Update to 4.7.4