Date: Wednesday, February 17, 2016 @ 08:02:48 Author: anatolik Revision: 259884
Fix btrfs boot issue FS#48214 Modified: syslinux/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-02-17 07:00:31 UTC (rev 259883) +++ PKGBUILD 2016-02-17 07:02:48 UTC (rev 259884) @@ -6,7 +6,7 @@ pkgname=syslinux pkgver=6.03 _tag=syslinux-$pkgver -pkgrel=3 +pkgrel=4 pkgdesc='Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs filesystems, from CDs and via PXE' url='http://www.syslinux.org/' arch=(i686 x86_64) @@ -33,10 +33,12 @@ # Script not yet updated for syslinux-efi source=(git://git.kernel.org/pub/scm/boot/syslinux/syslinux.git#tag=$_tag syslinux.cfg - syslinux-install_update) + syslinux-install_update + btrfs-fix.patch::http://repo.or.cz/syslinux.git/patch/548386049cd41e887079cdb904d3954365eb28f3?hp=721a0af2f0ba111c31685c5f6c5481eb25346971) sha1sums=('SKIP' '1145f454bd297d373ad123425f93620c3e92f585' - 'f702c2ea9f613c8d597ad6759b9470f2103ddc2d') + '29d7c28639e57cdaefc8ef2447e8412a7b59709d' + 'e1b6768e64f1f9448131b30f2b1f3389f36253f1') _targets='bios efi32' case "$CARCH" in @@ -46,6 +48,8 @@ prepare() { cd syslinux + patch -p1 < ../btrfs-fix.patch # FS#48214 + # do not swallow efi compilation output to make debugging easier sed 's|> /dev/null 2>&1||' -i efi/check-gnu-efi.sh
