Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Patching rpm spec file so the arm architecture builds properly modifi…
…ed: rpm/tvheadend.spec.in
  • Loading branch information
boblfoot authored and perexg committed Mar 26, 2015
1 parent 6bc1a6f commit b427d7e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rpm/tvheadend.spec.in
Expand Up @@ -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
Expand Down

0 comments on commit b427d7e

Please sign in to comment.