Accepting request 643060 from home:MargueriteSu:branches:games:tools
- build with -std=c++1z on TW since it applies -Wfatal-error that conflicts with -std=c++98 OBS-URL: https://build.opensuse.org/request/show/643060 OBS-URL: https://build.opensuse.org/package/show/games:tools/mumble?expand=0&rev=99
This commit is contained in:
parent
a83e5413bf
commit
e3f35597e5
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 19 04:29:34 UTC 2018 - Marguerite Su <i@marguerite.su>
|
||||
|
||||
- build with -std=c++1z on TW since it applies -Wfatal-error that
|
||||
conflicts with -std=c++98
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 3 19:22:57 UTC 2018 - kwalter@suse.com
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -274,6 +274,9 @@ qmake \
|
||||
%endif
|
||||
%if 0%{?suse_version} == 1110
|
||||
CONFIG*=no-xinput2 \
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1500
|
||||
CONFIG*=c++1z \
|
||||
%endif
|
||||
CONFIG*=no-crash-report \
|
||||
-recursive
|
||||
|
Loading…
Reference in New Issue
Block a user