diff options
author | Fabian Groffen <grobian@gentoo.org> | 2023-03-02 08:53:54 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2023-03-02 08:54:12 +0100 |
commit | 3ea2954e8cfab63325ea22008602bd3d073fa6f9 (patch) | |
tree | 6857925db50d20b79dc36c7e4b36a8226caffec7 /app-admin | |
parent | sci-electronics/xnec2c: Drop hard coded _FORTIFY_SOURCE level (diff) | |
download | gentoo-3ea2954e8cfab63325ea22008602bd3d073fa6f9.tar.gz gentoo-3ea2954e8cfab63325ea22008602bd3d073fa6f9.tar.bz2 gentoo-3ea2954e8cfab63325ea22008602bd3d073fa6f9.zip |
app-admin/coreboot-utils: add upstream ref for musl patch
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/coreboot-utils/files/coreboot-utils-4.18-musl.patch | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-admin/coreboot-utils/files/coreboot-utils-4.18-musl.patch b/app-admin/coreboot-utils/files/coreboot-utils-4.18-musl.patch index a92936f008cd..b94094dbbbbb 100644 --- a/app-admin/coreboot-utils/files/coreboot-utils-4.18-musl.patch +++ b/app-admin/coreboot-utils/files/coreboot-utils-4.18-musl.patch @@ -3,6 +3,8 @@ Date: Wed Dec 14 17:28:13 2022 +0100 musl: clumpsy buildfixes + https://review.coreboot.org/c/coreboot/+/73358 + diff --git a/src/arch/x86/include/arch/mmio.h b/src/arch/x86/include/arch/mmio.h index c2aa0fb910..b2a37a03dd 100644 --- a/src/arch/x86/include/arch/mmio.h |