From 68d2d36d50becf791dd4656a821d0de262040cb0 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 1 Sep 2015 07:53:10 -0500 Subject: [PATCH] add bug reference, make check safer --- kf5-frameworkintegration.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kf5-frameworkintegration.spec b/kf5-frameworkintegration.spec index 45ef670..2c33c9e 100644 --- a/kf5-frameworkintegration.spec +++ b/kf5-frameworkintegration.spec @@ -70,7 +70,8 @@ developing applications that use %{name}. %build -%if %{fedora} == 22 +# workaround for http://bugzilla.redhat.com/1255902 +%if 0%{?fedora} == 22 CFLAGS="%{optflags} -fno-strict-aliasing" CXXFLAGS="%{optflags} -fno-strict-aliasing" export CFLAGS CXXFLAGS