From 90f1deea10ea0f8abf62c772c654135eee7f8b7f Mon Sep 17 00:00:00 2001 From: Irina Boverman Date: Thu, 8 Mar 2018 11:43:38 -0500 Subject: [PATCH] 0.21.0-1 --- qpid-proton.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qpid-proton.spec b/qpid-proton.spec index 7266b4c..2f833d5 100644 --- a/qpid-proton.spec +++ b/qpid-proton.spec @@ -297,9 +297,11 @@ Requires: qpid-proton-c = %{version}-%{release} %build +%if 0%{?fedora} %cmake \ -DSYSINSTALL_PYTHON=1 \ -DSYSINSTALL_PERL=1 \ + -DSYSINSTALL_BINDINGS=ON \ -DCMAKE_SKIP_RPATH:BOOL=OFF \ . %endif