Disable elfhack for fedora 29+ because of build failures

This commit is contained in:
Jan Horak 2018-09-27 14:22:09 +02:00
parent b7acc1e239
commit 096e14bbcb

View File

@ -377,6 +377,9 @@ echo "ac_add_options --enable-system-ffi" >> .mozconfig
%ifarch %{arm} %ifarch %{arm}
echo "ac_add_options --disable-elf-hack" >> .mozconfig echo "ac_add_options --disable-elf-hack" >> .mozconfig
%endif %endif
%if 0%{?fedora} > 28
echo "ac_add_options --disable-elf-hack" >> .mozconfig
%endif
%if %{?debug_build} %if %{?debug_build}
echo "ac_add_options --enable-debug" >> .mozconfig echo "ac_add_options --enable-debug" >> .mozconfig