Accepting request 603957 from GNOME:Factory

- Export CXXFLAGS="-std=c++17" until upstream catches up: required,
  as libsigc++-3.0 moved to C++17. (forwarded request 603953 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/603957
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pangomm?expand=0&rev=39
This commit is contained in:
2018-05-08 11:37:11 +00:00
committed by Git OBS Bridge
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

View File

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