From: Otto Moerbeek Date: Tue, 3 Jun 2025 13:29:29 +0000 (+0200) Subject: rec: build el-9 package with luajit on arm64 X-Git-Tag: dnsdist-2.0.0-beta1~53^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F15626%2Fhead;p=thirdparty%2Fpdns.git rec: build el-9 package with luajit on arm64 Signed-off-by: Otto Moerbeek --- 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