commit: 2fa041a59711de775aeff1d3fa805a00cb099ebd Author: Alex R <lyssdod <AT> gmail <DOT> com> AuthorDate: Mon Nov 22 03:13:39 2021 +0000 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org> CommitDate: Thu Mar 31 14:11:34 2022 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=2fa041a5
sys-boot/syslinux: fix patch for musl Closes: https://github.com/gentoo/musl/pull/457 Signed-off-by: Alex Revin <lyssdod <AT> gmail.com> Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org> sys-boot/syslinux/files/syslinux-musl.patch | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys-boot/syslinux/files/syslinux-musl.patch b/sys-boot/syslinux/files/syslinux-musl.patch index ba89d3b7..a707bd7a 100644 --- a/sys-boot/syslinux/files/syslinux-musl.patch +++ b/sys-boot/syslinux/files/syslinux-musl.patch @@ -1,9 +1,11 @@ --- syslinux-6.04-pre1/efi/wrapper.h.orig 2018-05-28 09:29:03.313673979 +0000 +++ syslinux-6.04-pre1/efi/wrapper.h 2018-05-28 09:22:27.546908344 +0000 -@@ -26,6 +26,19 @@ +@@ -26,6 +26,21 @@ #define __packed __attribute__((packed)) #define OFFSETOF(t,m) ((size_t)&((t *)0)->m) - + ++#include <stdint.h> ++ +#ifndef __uint8_t +#define __uint8_t uint8_t +#endif
