Disable elfhack as long as it cause build problems
This commit is contained in:
parent
0a1386a0ff
commit
b2b84fc0dc
@ -312,8 +312,6 @@ debug %{name}, you want to install %{name}-debuginfo instead.
|
|||||||
# most likely fixed
|
# most likely fixed
|
||||||
#%patch419 -p1 -b .bindgen
|
#%patch419 -p1 -b .bindgen
|
||||||
|
|
||||||
%if 0%{?disable_elfhack}
|
|
||||||
%endif
|
|
||||||
#cd ..
|
#cd ..
|
||||||
|
|
||||||
%patch402 -p1 -b .526293
|
%patch402 -p1 -b .526293
|
||||||
@ -343,6 +341,10 @@ popd
|
|||||||
%{__cat} %{SOURCE11} >> .mozconfig
|
%{__cat} %{SOURCE11} >> .mozconfig
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{?disable_elfhack}
|
||||||
|
echo "ac_add_options --disable-elfhack" >> .mozconfig
|
||||||
|
%endif
|
||||||
|
|
||||||
echo "ac_add_options --prefix=\"%{_prefix}\"" >> .mozconfig
|
echo "ac_add_options --prefix=\"%{_prefix}\"" >> .mozconfig
|
||||||
echo "ac_add_options --libdir=\"%{_libdir}\"" >> .mozconfig
|
echo "ac_add_options --libdir=\"%{_libdir}\"" >> .mozconfig
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user