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 511b8ac05090e975de3ee2ce44e2628c3cd0c3fc
Author: Nicholas Nezis <[email protected]>
AuthorDate: Tue Jan 28 03:45:51 2020 -0500

    autoreconf for libunwind
---
 third_party/libunwind/libunwind.BUILD | 1 +
 1 file changed, 1 insertion(+)

diff --git a/third_party/libunwind/libunwind.BUILD 
b/third_party/libunwind/libunwind.BUILD
index 0fa20f9..a592be5 100644
--- a/third_party/libunwind/libunwind.BUILD
+++ b/third_party/libunwind/libunwind.BUILD
@@ -27,6 +27,7 @@ genrule(
         "mkdir -p $$TMP_DIR",
         "cp -LR $$(pwd)/external/org_nongnu_libunwind/* $$TMP_DIR",
         "cd $$TMP_DIR",
+        "autoreconf -f -i",
         "./configure --prefix=$$INSTALL_DIR --enable-shared=no 
--disable-minidebuginfo",
         'make install SUBDIRS="src tests"',
         "rm -rf $$TMP_DIR",

Reply via email to