Disable elfhack as long as it cause build problems

This commit is contained in:
Jan Horak 2022-08-25 09:02:27 +02:00
parent 0a1386a0ff
commit b2b84fc0dc

View File

@ -312,8 +312,6 @@ debug %{name}, you want to install %{name}-debuginfo instead.
# most likely fixed
#%patch419 -p1 -b .bindgen
%if 0%{?disable_elfhack}
%endif
#cd ..
%patch402 -p1 -b .526293
@ -343,6 +341,10 @@ popd
%{__cat} %{SOURCE11} >> .mozconfig
%endif
%if 0%{?disable_elfhack}
echo "ac_add_options --disable-elfhack" >> .mozconfig
%endif
echo "ac_add_options --prefix=\"%{_prefix}\"" >> .mozconfig
echo "ac_add_options --libdir=\"%{_libdir}\"" >> .mozconfig