Accepting request 603953 from GNOME:Next

- Export CXXFLAGS="-std=c++17" until upstream catches up: required,
  as libsigc++-3.0 moved to C++17.

OBS-URL: https://build.opensuse.org/request/show/603953
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pangomm?expand=0&rev=65
This commit is contained in:
Dominique Leuenberger 2018-05-04 09:17:49 +00:00 committed by Git OBS Bridge
parent a691a33915
commit faed8034fc
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 17 10:47:34 UTC 2018 - dimstar@opensuse.org
- Export CXXFLAGS="-std=c++17" until upstream catches up: required,
as libsigc++-3.0 moved to C++17.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 3 19:51:16 UTC 2018 - bjorn.lie@gmail.com Tue Apr 3 19:51:16 UTC 2018 - bjorn.lie@gmail.com

View File

@ -74,6 +74,7 @@ pangomm provides a C++ interface to the pango library.
%build %build
NOCONFIGURE=1 ./autogen.sh NOCONFIGURE=1 ./autogen.sh
export CXXFLAGS="-std=c++17 %{optflags}"
%configure --disable-static %configure --disable-static
make %{?_smp_mflags} make %{?_smp_mflags}