From e7458ab863ea9b1b2e6a9b874e5fdd1dd7262c22 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Thu, 11 Apr 2024 16:55:07 +0200 Subject: 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. --- etc/defaults/CC/TARGETS.boringssl | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'etc/defaults') 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" @@ -77,10 +77,6 @@ [ [ { "type": "or" , "$1": [ { "type": "==" - , "$1": {"type": "var", "name": "PLATFORM"} - , "$2": "linux_ppc64le" - } - , { "type": "==" , "$1": {"type": "var", "name": "PLATFORM"} , "$2": "linux_x86_64" } @@ -123,7 +119,7 @@ , "ADD_CXXFLAGS": { "type": "++" , "$1": - [ ["-std=c++20"] + [ ["-std=c++20", "-DBORINGSSL_IMPLEMENTATION"] , { "type": "let*" , "bindings": [ [ "OS" @@ -172,10 +168,6 @@ [ [ { "type": "or" , "$1": [ { "type": "==" - , "$1": {"type": "var", "name": "PLATFORM"} - , "$2": "linux_ppc64le" - } - , { "type": "==" , "$1": {"type": "var", "name": "PLATFORM"} , "$2": "linux_x86_64" } -- cgit v1.2.3