Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | boot/syslinux: fix build with EFI support | Carlos Santos | 2019-02-26 | 1 | -0/+45 |
Commit 1a437fd22f bumped gnu-efi to version 3.0.9. This breaks the build of syslinux with EFI support due to multiple definitions of 'memset' and 'memcpy'. Backport a patch already applied upstream to fix the problem. Signed-off-by: Carlos Santos <casantos@datacom.com.br> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> |