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:
parent
3df2d19ef8
commit
aef9d738be
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user