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

karthikz pushed a commit to branch karthik/binaryout
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/karthik/binaryout by this push:
     new b75d147  updated the download path for libunwind
b75d147 is described below

commit b75d14711c356ef3a51b62e79869767ff8af5e87
Author: Karthik Ramasamy <kart...@streaml.io>
AuthorDate: Sun Apr 1 07:07:53 2018 -0700

    updated the download path for libunwind
---
 third_party/libunwind/libunwind.BUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/third_party/libunwind/libunwind.BUILD 
b/third_party/libunwind/libunwind.BUILD
index 8eb51d2..d4b7470 100644
--- a/third_party/libunwind/libunwind.BUILD
+++ b/third_party/libunwind/libunwind.BUILD
@@ -41,7 +41,7 @@ genrule(
         "export INSTALL_DIR=$$(pwd)/$(@D)",
         "export TMP_DIR=$$(mktemp -d -t libunwind.XXXXX)",
         "mkdir -p $$TMP_DIR",
-        "cp -LR $$(pwd)/external/org_savannah_libunwind/* $$TMP_DIR",
+        "cp -LR $$(pwd)/external/org_nongnu_libunwind/* $$TMP_DIR",
         "cd $$TMP_DIR",
         "patch -p1 < $$SOURCE_DIR/$(location 
@org_apache_heron//third_party/libunwind:libunwind-1.1-lzma-link.patch)",
         "patch -p0 < $$SOURCE_DIR/$(location 
@org_apache_heron//third_party/libunwind:libunwind-1.1-config.patch)",

-- 
To stop receiving notification emails like this one, please contact
karth...@apache.org.

Reply via email to