From 2259e65b498f7e4af92161dd93252096cd11d554 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Wed, 5 Dec 2018 14:27:46 +0100 Subject: Enable elfhack on clang builds --- firefox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox.spec b/firefox.spec index 05725e2..0984d54 100644 --- a/firefox.spec +++ b/firefox.spec @@ -37,7 +37,7 @@ %endif %global disable_elfhack 0 -%if 0%{?fedora} > 28 +%if !0%{?build_with_clang} %global disable_elfhack 1 %endif -- cgit