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
The following commit(s) were added to refs/heads/nicknezis/bazel-2 by this push:
new cb866f9 Added autoreconf back to zk build
cb866f9 is described below
commit cb866f962dbab296929dee45cb3343ab72dcfe39
Author: Nicholas Nezis <[email protected]>
AuthorDate: Tue Mar 31 01:16:01 2020 -0400
Added autoreconf back to zk build
---
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",