Patching rpm spec file so the arm architecture builds properly modified: rpm/tvheadend.spec.in
This commit is contained in:
parent
6bc1a6fe74
commit
b427d7ecba
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue