Disable elfhack for fedora 29+ because of build failures
This commit is contained in:
parent
b7acc1e239
commit
096e14bbcb
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user