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/defaults/patch/TARGETS.boringssl | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 etc/defaults/patch/TARGETS.boringssl (limited to 'etc/defaults') 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"]]} +} -- cgit v1.2.3