diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2024-05-13 13:09:39 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-05-21 15:07:12 +0200 |
commit | 5eb497599f996df41754b8f126a413ae317f48ce (patch) | |
tree | cace44911dac86587e820225b827f235a48d67dd /etc/defaults/patch | |
parent | c563c20736474fed4ad639b675b9865f421ab80e (diff) | |
download | justbuild-5eb497599f996df41754b8f126a413ae317f48ce.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
(cherry-picked from 33065a3bfafb57cf00812ad1c75b4dfdf8d00ef7)
Diffstat (limited to 'etc/defaults/patch')
-rw-r--r-- | etc/defaults/patch/TARGETS.boringssl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/defaults/patch/TARGETS.boringssl b/etc/defaults/patch/TARGETS.boringssl new file mode 100644 index 00000000..16a4670f --- /dev/null +++ b/etc/defaults/patch/TARGETS.boringssl @@ -0,0 +1,3 @@ +{ "defaults": + {"type": ["patch", "defaults"], "base": [["@", "base", "patch", "defaults"]]} +} |