Patching rpm spec file so the arm architecture builds properly modified: rpm/tvheadend.spec.in

This commit is contained in:
Bob Lightfoot 2015-03-25 23:35:25 -04:00 committed by Jaroslav Kysela
parent 6bc1a6fe74
commit b427d7ecba

View file

@ -32,7 +32,11 @@ to Showtime, XBMC and various other clients.
%build
echo %{version} > %{_builddir}/%{buildsubdir}/rpm/version
%configure --disable-lockowner --enable-bundle --enable-libffmpeg_static
%ifarch %arm
%configure --disable-lockowner --enable-bundle --disable-libffmpeg_static
%else
%configure --disable-lockowner --enable-bundle --enable-libffmpeg_static
%endif
%{__make}
%install