Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit bfdbd43

Browse files
authored
Reverting Glog back to 0.3.5 (#3672)
1 parent a51c822 commit bfdbd43

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

WORKSPACE

+3-2
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,9 @@ http_archive(
279279
http_archive(
280280
name = "com_github_google_glog",
281281
build_file = "@//:third_party/glog/glog.BUILD",
282-
strip_prefix = "glog-0.4.0",
283-
urls = ["https://github.com/google/glog/archive/v0.4.0.tar.gz"],
282+
sha256 = "7580e408a2c0b5a89ca214739978ce6ff480b5e7d8d7698a2aa92fadc484d1e0",
283+
strip_prefix = "glog-0.3.5",
284+
urls = ["https://github.com/google/glog/archive/v0.3.5.tar.gz"],
284285
)
285286

286287
http_archive(

third_party/glog/glog.BUILD

-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ common_script = [
4141
]
4242

4343
mac_script = "\n".join(common_script + [
44-
'./autogen.sh',
4544
'./configure --prefix=$$INSTALL_DIR --enable-shared=no',
4645
'make install',
4746
'rm -rf $$TMP_DIR',
@@ -51,7 +50,6 @@ linux_script = "\n".join(common_script + [
5150
'export VAR_LIBS="-Wl,--rpath -Wl,$$UNWIND_DIR/lib -L$$UNWIND_DIR/lib"',
5251
'export VAR_INCL="-I$$UNWIND_DIR/include"',
5352
'export VAR_LD="-L$$UNWIND_DIR/lib"',
54-
'./autogen.sh',
5553
'autoreconf -f -i',
5654
'./configure --prefix=$$INSTALL_DIR --enable-shared=no LIBS="$$VAR_LIBS" CPPFLAGS="$$VAR_INCL" LDFLAGS="$$VAR_LD"',
5755
'make install LIBS="$$VAR_LIBS" CPPFLAGS="$$VAR_INCL" LDFLAGS="$$VAR_LD"',

0 commit comments

Comments
 (0)