From 631fb6eba1d3df54d7df7db6c06c4e896e7fc11b Mon Sep 17 00:00:00 2001 From: Rafael Fonseca Date: Aug 20 2017 12:11:54 +0000 Subject: Fix compilation in RHEL. There is no luajit in RHEL. --- diff --git a/efl.spec b/efl.spec index a1f4c54..fc03eb2 100644 --- a/efl.spec +++ b/efl.spec @@ -1,5 +1,8 @@ %global _hardened_build 1 +%if 0%{?rhel} +%global has_luajit 0 +%else %ifarch %{arm} %{ix86} x86_64 %global has_luajit 1 %endif @@ -10,6 +13,7 @@ %global has_luajit 0 %endif %endif +%endif # Look, you probably don't want this. scim is so 2012. ibus is the new hotness. # Enabling this means you'll almost certainly need to pass ECORE_IMF_MODULE=xim