From ba4aa6e1ae7c8c6bd6ff65c6cf99bf1e74312445 Mon Sep 17 00:00:00 2001 From: Irina Boverman Date: Mon, 8 Aug 2016 14:10:05 -0400 Subject: [PATCH] Added CXX flag --- qpid-proton.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/qpid-proton.spec b/qpid-proton.spec index dbe9d01..7bdeebc 100644 --- a/qpid-proton.spec +++ b/qpid-proton.spec @@ -283,11 +283,11 @@ Requires: qpid-proton-c = %{version}-%{release} %build -CXX11FLAG="-std=c++11" < - < -%if 0%{?rhel} <= 6 < -CXX11FLAG="" < -%endif +CXX11FLAG="-std=c++11" + +%if 0%{?rhel} <= 6 +CXX11FLAG="" +%endif %if 0%{?fedora} %cmake \