]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: build el-9 package with luajit on arm64 15626/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 3 Jun 2025 13:29:29 +0000 (15:29 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 3 Jun 2025 13:54:14 +0000 (15:54 +0200)
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
builder-support/specs/pdns-recursor.spec

index 885e05d25839759a8cb33879875e4e6ed8641d06..148f68a88d51b60a2256696761f1461e9bc63a66 100644 (file)
@@ -30,12 +30,17 @@ BuildRequires: systemd
 BuildRequires: systemd-devel
 
 %ifarch aarch64
+%if 0%{?rhel} < 9
 BuildRequires: lua-devel
 %define lua_implementation lua
 %else
 BuildRequires: luajit-devel
 %define lua_implementation luajit
 %endif
+%else
+BuildRequires: luajit-devel
+%define lua_implementation luajit
+%endif
 
 %ifarch ppc64 ppc64le
 BuildRequires: libatomic