From 886536038a97a5e58b606d38094cfb2347a94239 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Wed, 16 Oct 2019 16:10:36 -0400 Subject: [PATCH] okay, everyone gets a luajit --- efl.spec | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/efl.spec b/efl.spec index 1502975..cdf5625 100644 --- a/efl.spec +++ b/efl.spec @@ -1,11 +1,8 @@ %global _hardened_build 1 -%global has_luajit 0 +%global has_luajit 1 %if 0%{?rhel} && 0%{?rhel} <= 7 %global has_luajit 0 -%else -%ifarch %{arm} %{ix86} x86_64 -%global has_luajit 1 %endif # PANIC: unprotected error in call to Lua API (bad light userdata pointer) # Disabling luajit for aarch64 @@ -223,7 +220,7 @@ Development files for EFL. -Dlua-interpreter=luajit \ %else -Dbindings=cxx \ - -Dlua-interpreter= \ + -Dlua-interpreter=lua \ %endif -Dsystemdunitdir=%{_userunitdir} %{meson_build}