From b427d7ecbacd7a636069ee2c1140e9a20c2a5a39 Mon Sep 17 00:00:00 2001 From: Bob Lightfoot Date: Wed, 25 Mar 2015 23:35:25 -0400 Subject: [PATCH] Patching rpm spec file so the arm architecture builds properly modified: rpm/tvheadend.spec.in --- rpm/tvheadend.spec.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rpm/tvheadend.spec.in b/rpm/tvheadend.spec.in index e9ca863f..12465c7d 100644 --- a/rpm/tvheadend.spec.in +++ b/rpm/tvheadend.spec.in @@ -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