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 b9ba344a01ef7210f2036be7ba1ae0a1d1142973
Author: Nicholas Nezis <nicholas.ne...@gmail.com>
AuthorDate: Tue Jan 28 07:36:27 2020 -0500

    autorecond for glog
---
 third_party/glog/glog.BUILD | 1 +
 1 file changed, 1 insertion(+)

diff --git a/third_party/glog/glog.BUILD b/third_party/glog/glog.BUILD
index 7a5507a..716c38c 100644
--- a/third_party/glog/glog.BUILD
+++ b/third_party/glog/glog.BUILD
@@ -50,6 +50,7 @@ linux_script = "\n".join(common_script + [
      'export VAR_LIBS="-Wl,--rpath -Wl,$$UNWIND_DIR/lib -L$$UNWIND_DIR/lib"',
      'export VAR_INCL="-I$$UNWIND_DIR/include"',
      'export VAR_LD="-L$$UNWIND_DIR/lib"',
+     'autoreconf -f -i',
      './configure --prefix=$$INSTALL_DIR --enable-shared=no LIBS="$$VAR_LIBS" 
CPPFLAGS="$$VAR_INCL" LDFLAGS="$$VAR_LD"',
      'make install LIBS="$$VAR_LIBS" CPPFLAGS="$$VAR_INCL" LDFLAGS="$$VAR_LD"',
      'rm -rf $$TMP_DIR',

Reply via email to