Accepting request 434581 from home:wolfi323:branches:KDE:Applications

- Add -fext-numeric-literals to the CXXFLAGS on 13.2 and 42.2 to fix the build

OBS-URL: https://build.opensuse.org/request/show/434581
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/rocs?expand=0&rev=44
This commit is contained in:
Luca Beltrame 2016-10-12 15:30:32 +00:00 committed by Git OBS Bridge
parent 3df2d19ef8
commit aef9d738be
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Oct 12 15:06:28 UTC 2016 - wbauer@tmo.at
- Add -fext-numeric-literals to the CXXFLAGS on 13.2 and 42.2 to
fix the build
-------------------------------------------------------------------
Tue Oct 11 21:08:54 UTC 2016 - lbeltrame@kde.org

View File

@ -83,6 +83,9 @@ to build software using rocs.
%ifarch ppc ppc64
export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
%endif
%if 0%{?suse_version} == 1320 || (0%{?suse_version} == 1315 && 0%{?sle_version} == 120200)
export CXXFLAGS="$CXXFLAGS -fext-numeric-literals"
%endif
%cmake_kf5 -d build
%make_jobs