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

nicknezis pushed a commit to branch nicknezis/bazel-2
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git

commit 3f130c772739b3e46da371e90e44431fe84dcdc9
Author: Nicholas Nezis <nicholas.ne...@gmail.com>
AuthorDate: Tue Jan 28 03:51:47 2020 -0500

    autoreconf to lib zookeeper
---
 third_party/zookeeper/zookeeper.BUILD | 1 +
 1 file changed, 1 insertion(+)

diff --git a/third_party/zookeeper/zookeeper.BUILD 
b/third_party/zookeeper/zookeeper.BUILD
index 008cb5b..d45e758 100644
--- a/third_party/zookeeper/zookeeper.BUILD
+++ b/third_party/zookeeper/zookeeper.BUILD
@@ -29,6 +29,7 @@ genrule(
         "mkdir -p $$TMP_DIR",
         "cp -R $$(pwd)/external/org_apache_zookeeper/* $$TMP_DIR",
         "cd $$TMP_DIR/zookeeper-client/zookeeper-client-c",
+        "autoreconf -f -i",
         "./configure --prefix=$$INSTALL_DIR --enable-shared=no",
         "make install",
         "rm -rf $$TMP_DIR",

Reply via email to