You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2019/05/29 15:50:14 UTC

[pulsar] branch master updated: [issue 4389][pulsar-client-cpp]Fix rpm package failed (#4393)

This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new dc0f398  [issue 4389][pulsar-client-cpp]Fix rpm package failed (#4393)
dc0f398 is described below

commit dc0f398af1188e40cdaa10944ff33a96c4198dde
Author: tuteng <eg...@gmail.com>
AuthorDate: Wed May 29 23:50:09 2019 +0800

    [issue 4389][pulsar-client-cpp]Fix rpm package failed (#4393)
    
    * Fix rpm package failed
    
    * Add option BUILD_PYTHON_WRAPPER=OFF for disable build python
---
 pulsar-client-cpp/pkg/rpm/SPECS/pulsar-client.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pulsar-client-cpp/pkg/rpm/SPECS/pulsar-client.spec b/pulsar-client-cpp/pkg/rpm/SPECS/pulsar-client.spec
index 7964eb9..aed4d31 100644
--- a/pulsar-client-cpp/pkg/rpm/SPECS/pulsar-client.spec
+++ b/pulsar-client-cpp/pkg/rpm/SPECS/pulsar-client.spec
@@ -52,7 +52,7 @@ static library.
 
 %build
 cd pulsar-client-cpp
-cmake . -DBUILD_TESTS=OFF -DLINK_STATIC=ON
+cmake . -DBUILD_TESTS=OFF -DLINK_STATIC=ON -DBUILD_PYTHON_WRAPPER=OFF
 make pulsarShared pulsarStatic -j 3
 
 %install