diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2024-05-13 13:09:39 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2024-05-13 18:13:12 +0200 |
commit | 33065a3bfafb57cf00812ad1c75b4dfdf8d00ef7 (patch) | |
tree | d2fa1c8efc392762b7543c95688b0514fe4e8e15 /etc/repos.json | |
parent | e1dde07aabd06fdaa131e04185bf7fed9c3b5ac6 (diff) | |
download | justbuild-33065a3bfafb57cf00812ad1c75b4dfdf8d00ef7.tar.gz |
boringssl: Add fix for building with gcc-14
... which is needed until this is merged:
https://boringssl-review.googlesource.com/c/boringssl/+/68227
Diffstat (limited to 'etc/repos.json')
-rw-r--r-- | etc/repos.json | 2 |
1 files changed, 1 insertions, 1 deletions
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" |