From 885479752cd37849904fd8384aeb10e93e38dee9 Mon Sep 17 00:00:00 2001 From: Irina Boverman Date: Tue, 9 Aug 2016 10:16:17 -0400 Subject: [PATCH] Corrected CXX flag --- qpid-proton.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qpid-proton.spec b/qpid-proton.spec index 7bdeebc..7214a71 100644 --- a/qpid-proton.spec +++ b/qpid-proton.spec @@ -285,9 +285,11 @@ Requires: qpid-proton-c = %{version}-%{release} CXX11FLAG="-std=c++11" +%if 0%{?rhel} %if 0%{?rhel} <= 6 CXX11FLAG="" %endif +%endif %if 0%{?fedora} %cmake \