Update glog to latest commit
PiperOrigin-RevId: 551601991
This commit is contained in:
parent
7d9cb4ee67
commit
5b31f1e3e9
12
WORKSPACE
12
WORKSPACE
|
@ -157,19 +157,19 @@ http_archive(
|
||||||
# 2020-08-21
|
# 2020-08-21
|
||||||
http_archive(
|
http_archive(
|
||||||
name = "com_github_glog_glog",
|
name = "com_github_glog_glog",
|
||||||
strip_prefix = "glog-0.6.0",
|
strip_prefix = "glog-3a0d4d22c5ae0b9a2216988411cfa6bf860cc372",
|
||||||
sha256 = "8a83bf982f37bb70825df71a9709fa90ea9f4447fb3c099e1d720a439d88bad6",
|
sha256 = "170d08f80210b82d95563f4723a15095eff1aad1863000e8eeb569c96a98fefb",
|
||||||
urls = [
|
urls = [
|
||||||
"https://github.com/google/glog/archive/v0.6.0.tar.gz",
|
"https://github.com/google/glog/archive/3a0d4d22c5ae0b9a2216988411cfa6bf860cc372.zip",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
http_archive(
|
http_archive(
|
||||||
name = "com_github_glog_glog_no_gflags",
|
name = "com_github_glog_glog_no_gflags",
|
||||||
strip_prefix = "glog-0.6.0",
|
strip_prefix = "glog-3a0d4d22c5ae0b9a2216988411cfa6bf860cc372",
|
||||||
sha256 = "8a83bf982f37bb70825df71a9709fa90ea9f4447fb3c099e1d720a439d88bad6",
|
sha256 = "170d08f80210b82d95563f4723a15095eff1aad1863000e8eeb569c96a98fefb",
|
||||||
build_file = "@//third_party:glog_no_gflags.BUILD",
|
build_file = "@//third_party:glog_no_gflags.BUILD",
|
||||||
urls = [
|
urls = [
|
||||||
"https://github.com/google/glog/archive/v0.6.0.tar.gz",
|
"https://github.com/google/glog/archive/3a0d4d22c5ae0b9a2216988411cfa6bf860cc372.zip",
|
||||||
],
|
],
|
||||||
patches = [
|
patches = [
|
||||||
"@//third_party:com_github_glog_glog.diff",
|
"@//third_party:com_github_glog_glog.diff",
|
||||||
|
|
14
third_party/com_github_glog_glog.diff
vendored
14
third_party/com_github_glog_glog.diff
vendored
|
@ -39,3 +39,17 @@ index 4028ccc..483e639 100644
|
||||||
if (append_newline) {
|
if (append_newline) {
|
||||||
// Fix the ostrstream back how it was before we screwed with it.
|
// Fix the ostrstream back how it was before we screwed with it.
|
||||||
// It's 99.44% certain that we don't need to worry about doing this.
|
// It's 99.44% certain that we don't need to worry about doing this.
|
||||||
|
|
||||||
|
diff --git a/bazel/glog.bzl b/bazel/glog.bzl
|
||||||
|
index dacd934..62d2a88 100644
|
||||||
|
--- a/bazel/glog.bzl
|
||||||
|
+++ b/bazel/glog.bzl
|
||||||
|
@@ -53,7 +53,7 @@ def glog_library(namespace = "google", with_gflags = 1, **kwargs):
|
||||||
|
)
|
||||||
|
|
||||||
|
common_copts = [
|
||||||
|
- "-std=c++14",
|
||||||
|
+ "-std=c++17",
|
||||||
|
"-DGLOG_BAZEL_BUILD",
|
||||||
|
# Inject a C++ namespace.
|
||||||
|
"-DGOOGLE_NAMESPACE='%s'" % namespace,
|
Loading…
Reference in New Issue
Block a user