SHA256
1
0
forked from pool/tvheadend

Accepting request 814161 from multimedia:apps

- Fix building with gcc10

OBS-URL: https://build.opensuse.org/request/show/814161
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tvheadend?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2020-06-12 19:46:07 +00:00 committed by Git OBS Bridge
commit fdad82c846
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 \