diff --git a/firefox.spec b/firefox.spec index e85bcc8..07eb4cc 100644 --- a/firefox.spec +++ b/firefox.spec @@ -377,6 +377,9 @@ echo "ac_add_options --enable-system-ffi" >> .mozconfig %ifarch %{arm} echo "ac_add_options --disable-elf-hack" >> .mozconfig %endif +%if 0%{?fedora} > 28 +echo "ac_add_options --disable-elf-hack" >> .mozconfig +%endif %if %{?debug_build} echo "ac_add_options --enable-debug" >> .mozconfig