From 72a8d96e7ed0fa0ee8d3fee768a7dc41c2948fe7 Mon Sep 17 00:00:00 2001 From: Tasos Sahanidis Date: Fri, 19 Apr 2024 17:02:08 +0300 Subject: core/syslinux: Update patches --- core/syslinux/PKGBUILD | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'core/syslinux/PKGBUILD') diff --git a/core/syslinux/PKGBUILD b/core/syslinux/PKGBUILD index 253c1507..9447b914 100644 --- a/core/syslinux/PKGBUILD +++ b/core/syslinux/PKGBUILD @@ -2,7 +2,7 @@ # to minor and major source+=(syslinux-sysmacros.patch) -sha1sums+=('52c5233da147acd41d542b1673835be966b561e3') +sha256sums+=('52c5233da147acd41d542b1673835be966b561e3') eval "$( declare -f prepare | \ @@ -11,18 +11,5 @@ eval "$( ' )" -# binutils adds a nore.gnu.proprerty ELF section, this makes the MBR slightly -# too big to fit on disk (see also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906414) - -source+=(syslinux-strip-gnu-property.patch) -sha1sums+=('fb8e96b559516038e628ad55e0331e4c668205a8') - -eval "$( - declare -f prepare | \ - sed ' - /patch.*efi_no_kbd/a patch -p1 < ../syslinux-strip-gnu-property.patch - ' -)" - # don't build efi64 _targets='bios efi32' -- cgit v1.2.3-54-g00ecf