diff options
author | Sam James <sam@gentoo.org> | 2023-08-28 19:18:47 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-28 20:09:51 +0100 |
commit | aad4c7d1977e6bf97a8d17c445ff6a7a4f9e806c (patch) | |
tree | 4e1bea41508c4fd2c1d4bc2e27a92c7a6b4149cf /sys-boot/syslinux/syslinux-6.04_pre1-r5.ebuild | |
parent | x11-terms/xfce4-terminal: Backport fix for disabling F10 accel (diff) | |
download | gentoo-aad4c7d1977e6bf97a8d17c445ff6a7a4f9e806c.tar.gz gentoo-aad4c7d1977e6bf97a8d17c445ff6a7a4f9e806c.tar.bz2 gentoo-aad4c7d1977e6bf97a8d17c445ff6a7a4f9e806c.zip |
sys-boot/syslinux: fix build w/ binutils-2.41[hardened]
Closes: https://bugs.gentoo.org/913129
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-boot/syslinux/syslinux-6.04_pre1-r5.ebuild')
-rw-r--r-- | sys-boot/syslinux/syslinux-6.04_pre1-r5.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-boot/syslinux/syslinux-6.04_pre1-r5.ebuild b/sys-boot/syslinux/syslinux-6.04_pre1-r5.ebuild index 6b5cb5abcf12..7ba486a0a92a 100644 --- a/sys-boot/syslinux/syslinux-6.04_pre1-r5.ebuild +++ b/sys-boot/syslinux/syslinux-6.04_pre1-r5.ebuild @@ -46,6 +46,7 @@ src_prepare() { local PATCHES=( "${FILESDIR}/syslinux-6.03-sysmacros.patch" "${FILESDIR}/${PV}" + "${FILESDIR}/syslinux-6.04-binutils-2.41.patch" ) default } |