mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
syslinux: Fix build with glibc-2.36
* add only necessary definitions from linux/fs.h, because including whole file causes conflicts with sys/mount.h since glibc-2.36: http://errors.yoctoproject.org/Errors/Details/664535/ https://sourceware.org/glibc/wiki/Release/2.36#Usage_of_.3Clinux.2Fmount.h.3E_and_.3Csys.2Fmount.h.3E (From OE-Core rev: 6386aa2bf101b33e22ff7006ac51ac0a8e0741d1) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2dbb1706aa
commit
7fea5b909e
@@ -20,6 +20,7 @@ SRC_URI = "https://www.zytor.com/pub/syslinux/Testing/6.04/syslinux-${PV}.tar.xz
|
||||
file://0009-linux-syslinux-implement-install_bootblock.patch \
|
||||
file://0010-Workaround-multiple-definition-of-symbol-errors.patch \
|
||||
file://0001-install-don-t-install-obsolete-file-com32.ld.patch \
|
||||
file://0012-libinstaller-Fix-build-with-glibc-2.36.patch \
|
||||
file://determinism.patch \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user