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 1602c1dc540267e1644bbfaf754b4d833cd68ef0 Author: Nicholas Nezis <[email protected]> AuthorDate: Tue Jan 28 03:32:11 2020 -0500 autoreconf to fix libevent build --- third_party/libevent/libevent.BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/libevent/libevent.BUILD b/third_party/libevent/libevent.BUILD index b708b28..a825842 100644 --- a/third_party/libevent/libevent.BUILD +++ b/third_party/libevent/libevent.BUILD @@ -52,6 +52,7 @@ genrule( 'mkdir -p $$TMP_DIR', 'cp -R $$(pwd)/external/org_libevent_libevent/* $$TMP_DIR', 'cd $$TMP_DIR', + 'autoreconf -f -i', './configure --prefix=$$INSTALL_DIR --enable-shared=no --disable-openssl', 'make install', 'rm -rf $$TMP_DIR',
