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

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

commit 0094751fbf4b7cf81c0a4bd5c62335e0fcd904c7
Author: Bankim Bhavsar <[email protected]>
AuthorDate: Wed Feb 19 11:13:04 2020 -0800

    [build] Specify Bloom filter protobuf dependency in kudu_common_proto
    
    Build with static linkage broke with commit
    961888dd14e5bd306d3e5b741bc4443620617664.
    
    Tests:
    Reproduced the build error locally with static linkage
    -DKUDU_LINK=s and verified this change fixes the build.
    
    Change-Id: I6f1d9acbab79ad1c898955714791d5e61a1aa173
    Reviewed-on: http://gerrit.cloudera.org:8080/15246
    Tested-by: Kudu Jenkins
    Reviewed-by: Alexey Serbin <[email protected]>
---
 src/kudu/common/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/kudu/common/CMakeLists.txt b/src/kudu/common/CMakeLists.txt
index 8121aef..2d30d77 100644
--- a/src/kudu/common/CMakeLists.txt
+++ b/src/kudu/common/CMakeLists.txt
@@ -22,7 +22,7 @@ PROTOBUF_GENERATE_CPP(
   PROTO_FILES common.proto)
 ADD_EXPORTABLE_LIBRARY(kudu_common_proto
   SRCS ${COMMON_PROTO_SRCS}
-  DEPS hash_proto pb_util_proto protobuf util_compression_proto
+  DEPS block_bloom_filter_proto hash_proto pb_util_proto protobuf 
util_compression_proto
   NONLINK_DEPS ${COMMON_PROTO_TGTS})
 
 PROTOBUF_GENERATE_CPP(

Reply via email to