]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Add --nowerror to build for RPM packages
authorFlole998 <Flole998@users.noreply.github.com>
Sun, 13 Feb 2022 00:04:04 +0000 (01:04 +0100)
committerGitHub <noreply@github.com>
Sun, 13 Feb 2022 00:04:04 +0000 (01:04 +0100)
rpm/tvheadend.spec.in

index e2415f9aeb266c195053d5442032d16577ddb603..b0a3b5de420359574d768f714b1ab90842007f7a 100644 (file)
@@ -56,7 +56,7 @@ echo %{version}-%{release} > %{_builddir}/%{buildsubdir}/rpm/version
 %ifarch %arm
       %configure --disable-lockowner --disable-ffmpeg_static
 %else
-      %configure --disable-lockowner --enable-ffmpeg_static --enable-libx265
+      %configure --disable-lockowner --enable-ffmpeg_static --enable-libx265 --nowerror
 %endif
 %make_build PYTHON=python2