summaryrefslogtreecommitdiff
path: root/etc/defaults/CC/TARGETS.boringssl
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-04-11 16:55:07 +0200
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-04-12 16:30:35 +0200
commite7458ab863ea9b1b2e6a9b874e5fdd1dd7262c22 (patch)
tree3503344aae36d950b7cc6bc5332dbeecbfa45e64 /etc/defaults/CC/TARGETS.boringssl
parent0c36fdfdb8705f6af33d7775c2afd006356cb17b (diff)
downloadjustbuild-e7458ab863ea9b1b2e6a9b874e5fdd1dd7262c22.tar.gz
Update grpc to v1.62.1 and all its dependencies
- update boringssl to commit ae72a45 - update protobuf to v25.1 - update abseil to v20240116.0 (including patches) Also add mirrors for third-party dependencies where known and hashes correspond.
Diffstat (limited to 'etc/defaults/CC/TARGETS.boringssl')
-rw-r--r--etc/defaults/CC/TARGETS.boringssl12
1 files changed, 2 insertions, 10 deletions
diff --git a/etc/defaults/CC/TARGETS.boringssl b/etc/defaults/CC/TARGETS.boringssl
index c405ff21..f65a0ce0 100644
--- a/etc/defaults/CC/TARGETS.boringssl
+++ b/etc/defaults/CC/TARGETS.boringssl
@@ -5,7 +5,7 @@
, "ADD_CFLAGS":
{ "type": "++"
, "$1":
- [ ["-std=gnu17"]
+ [ ["-std=gnu17", "-DBORINGSSL_IMPLEMENTATION"]
, { "type": "let*"
, "bindings":
[ [ "OS"
@@ -78,10 +78,6 @@
, "$1":
[ { "type": "=="
, "$1": {"type": "var", "name": "PLATFORM"}
- , "$2": "linux_ppc64le"
- }
- , { "type": "=="
- , "$1": {"type": "var", "name": "PLATFORM"}
, "$2": "linux_x86_64"
}
, { "type": "=="
@@ -123,7 +119,7 @@
, "ADD_CXXFLAGS":
{ "type": "++"
, "$1":
- [ ["-std=c++20"]
+ [ ["-std=c++20", "-DBORINGSSL_IMPLEMENTATION"]
, { "type": "let*"
, "bindings":
[ [ "OS"
@@ -173,10 +169,6 @@
, "$1":
[ { "type": "=="
, "$1": {"type": "var", "name": "PLATFORM"}
- , "$2": "linux_ppc64le"
- }
- , { "type": "=="
- , "$1": {"type": "var", "name": "PLATFORM"}
, "$2": "linux_x86_64"
}
, { "type": "=="