Accepting request 402840 from home:plater

Testing before factory, boo#985062

OBS-URL: https://build.opensuse.org/request/show/402840
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/buzztrax?expand=0&rev=25
This commit is contained in:
Dave Plater 2016-06-17 05:51:06 +00:00 committed by Git OBS Bridge
parent d1c0855a4c
commit f18891f2ca
2 changed files with 8 additions and 1 deletions

View File

@ -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 Tue Apr 5 13:25:16 UTC 2016 - dimstar@opensuse.org

View File

@ -205,7 +205,7 @@ cp -v %{SOURCE2} .
cp -v %{SOURCE1} . cp -v %{SOURCE1} .
%build %build
#export CFLAGS="-Wno-error=implicit-int -Wno-error=implicit-function-declaration -Wno-error=int-to-pointer-cast %%{optflags}" export CFLAGS="-Wno-error=misleading-indentation %{optflags}"
/bin/sh ./autogen.sh --noconfigure /bin/sh ./autogen.sh --noconfigure
%configure --disable-static \ %configure --disable-static \
--disable-schemas-compile \ --disable-schemas-compile \