Accepting request 434597 from home:wolfi323:branches:KDE:Applications
Apply the workaround on 13.2 only. This is only needed when building against boost 1.54.0 and Qt 5.7 (i.e. when C++11 is used). OBS-URL: https://build.opensuse.org/request/show/434597 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/rocs?expand=0&rev=45
This commit is contained in:
parent
aef9d738be
commit
80de37f15a
@ -1,8 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
- Add -fext-numeric-literals to the CXXFLAGS on 13.2 to fix the
|
||||
build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 11 21:08:54 UTC 2016 - lbeltrame@kde.org
|
||||
|
@ -83,7 +83,7 @@ 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)
|
||||
%if 0%{?suse_version} == 1320
|
||||
export CXXFLAGS="$CXXFLAGS -fext-numeric-literals"
|
||||
%endif
|
||||
%cmake_kf5 -d build
|
||||
|
Loading…
Reference in New Issue
Block a user