Accepting request 402948 from multimedia:apps
Fix boo#985062 with work around OBS-URL: https://build.opensuse.org/request/show/402948 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buzztrax?expand=0&rev=4
This commit is contained in:
commit
b6bdfc6bc2
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 05:26:40 UTC 2016 - davejplater@gmail.com
|
||||
|
||||
- Added -Wno-error=misleading-indentation to CFLAGS as a work
|
||||
around for boo#985062 and to fix build with gcc6. Will be fixed
|
||||
upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 5 13:25:16 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
|
@ -205,7 +205,9 @@ cp -v %{SOURCE2} .
|
||||
cp -v %{SOURCE1} .
|
||||
|
||||
%build
|
||||
#export CFLAGS="-Wno-error=implicit-int -Wno-error=implicit-function-declaration -Wno-error=int-to-pointer-cast %%{optflags}"
|
||||
%if 0%{?suse_version} > 1320
|
||||
export CFLAGS="-Wno-error=misleading-indentation %{optflags}"
|
||||
%endif
|
||||
/bin/sh ./autogen.sh --noconfigure
|
||||
%configure --disable-static \
|
||||
--disable-schemas-compile \
|
||||
|
Loading…
Reference in New Issue
Block a user