Dominique Leuenberger 2022-04-14 15:25:48 +00:00 committed by Git OBS Bridge
commit 0e2427c58a
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 14 08:24:32 UTC 2022 - Max Lin <mlin@suse.com>
- Use C++17 for fix Leap build
-------------------------------------------------------------------
Wed Mar 16 09:30:48 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -52,6 +52,9 @@ metadata (including XMP metadata).
%autosetup -p1
%build
%if 0%{?suse_version} < 1550
export CXXFLAGS="%{optflags} -std=c++17"
%endif
%configure
%make_build