Accepting request 743868 from GNOME:Apps

- Export C(XX)FLAGS="-Wno-error", fix build in GNOME:Next.

OBS-URL: https://build.opensuse.org/request/show/743868
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash?expand=0&rev=82
This commit is contained in:
Dominique Leuenberger 2019-10-30 13:46:54 +00:00 committed by Git OBS Bridge
parent 4db8506d3a
commit dff635a3ed
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 20 19:19:23 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- Export C(XX)FLAGS="-Wno-error", fix build in GNOME:Next.
-------------------------------------------------------------------
Thu Sep 12 20:37:31 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -121,6 +121,8 @@ a personal finance manager.
%autosetup -p1
%build
export CFLAGS="-Wno-error"
export CXXFLAGS="-Wno-error"
%define _lto_cflags %{nil}
%cmake \
-DCMAKE_SKIP_RPATH=OFF \