Accepting request 643061 from games:tools

OBS-URL: https://build.opensuse.org/request/show/643061
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mumble?expand=0&rev=52
This commit is contained in:
Dominique Leuenberger 2018-10-22 09:23:38 +00:00 committed by Git OBS Bridge
commit 4bf65e99ee
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -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