From e69c43f39503b997167198c173b6f3c8db5d9045 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 3 Jun 2025 15:29:29 +0200 Subject: [PATCH] rec: build el-9 package with luajit on arm64 Signed-off-by: Otto Moerbeek --- builder-support/specs/pdns-recursor.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/builder-support/specs/pdns-recursor.spec b/builder-support/specs/pdns-recursor.spec index 885e05d258..148f68a88d 100644 --- a/builder-support/specs/pdns-recursor.spec +++ b/builder-support/specs/pdns-recursor.spec @@ -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 -- 2.47.2