From 80de37f15ae59259fb7bb1b6379f13bb1b10f2cb02a4ed5dbc886508673e1723 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Wed, 12 Oct 2016 18:16:38 +0000 Subject: [PATCH] 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 --- rocs.changes | 4 ++-- rocs.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rocs.changes b/rocs.changes index f247c69..5c29f6a 100644 --- a/rocs.changes +++ b/rocs.changes @@ -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 diff --git a/rocs.spec b/rocs.spec index d1ef322..85da1a7 100644 --- a/rocs.spec +++ b/rocs.spec @@ -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