- Fix building with gcc10

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/tvheadend?expand=0&rev=40
This commit is contained in:
Martin Pluskal 2020-06-12 12:49:16 +00:00 committed by Git OBS Bridge
parent 92eb22c208
commit 29b3959388
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 12 12:49:02 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
- Fix building with gcc10
-------------------------------------------------------------------
Tue Mar 24 13:35:39 UTC 2020 - Martin Pluskal <mpluskal@suse.com>

View File

@ -79,6 +79,7 @@ echo %{version} > rpm/version
%build
export CFLAGS_NO_WERROR="yes"
export CFLAGS="%{optflags} -fcommon"
%configure \
--python=%{_bindir}/python3 \
--disable-ffmpeg_static \