Accepting request 970115 from Publishing
OBS-URL: https://build.opensuse.org/request/show/970115 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pdf2djvu?expand=0&rev=48
This commit is contained in:
commit
0e2427c58a
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user