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:
parent
a691a33915
commit
faed8034fc
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user