From 33065a3bfafb57cf00812ad1c75b4dfdf8d00ef7 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Mon, 13 May 2024 13:09:39 +0200 Subject: boringssl: Add fix for building with gcc-14 ... which is needed until this is merged: https://boringssl-review.googlesource.com/c/boringssl/+/68227 --- etc/repos.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/repos.json') diff --git a/etc/repos.json b/etc/repos.json index d339e874..d4e287c7 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -245,7 +245,7 @@ } , "target_root": "import targets" , "target_file_name": "TARGETS.boringssl" - , "bindings": {"rules": "rules-boringssl"} + , "bindings": {"rules": "rules-boringssl", "patches": "patches"} , "bootstrap": { "arch_map": {"arm64": "aarch64"} , "build": "{cc} {cflags} -I . -I src/include -c *.c src/crypto/*.c src/crypto/*/*.c src/crypto/*/*.S src/third_party/fiat/asm/*.S {os}-{arch}/crypto/fipsmodule/*.S && {ar} cqs libcrypto.a *.o" -- cgit v1.2.3