Index: PKGBUILD =================================================================== --- PKGBUILD (revision 165020) +++ PKGBUILD (working copy) @@ -4,7 +4,7 @@ pkgname=syslinux pkgver=4.05 -pkgrel=5 +pkgrel=6 arch=('i686' 'x86_64') pkgdesc="Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs filesystems, from CDs and via PXE" url="http://syslinux.zytor.com/" @@ -21,7 +21,8 @@ syslinux-dont-build-dos-windows-targets.patch syslinux.cfg syslinux-install_update - avoid-using-ext2_fs.patch) + avoid-using-ext2_fs.patch + handle-ctors-dtors-via-init_array-and-fini_array.patch) build() { # Do not try to build syslinux with our default LDFLAGS, it will fail @@ -31,6 +32,8 @@ patch -p1 -i "$srcdir"/syslinux-dont-build-dos-windows-targets.patch # fix #30084 patch -Np1 -i "$srcdir"/avoid-using-ext2_fs.patch + # fix #31065 (unable to boot) + patch -Np1 -i "$srcdir"/handle-ctors-dtors-via-init_array-and-fini_array.patch # Fix FHS manpage path sed 's|/usr/man|/usr/share/man|g' -i mk/syslinux.mk make @@ -52,4 +55,5 @@ '1528c376e43f0eaccaa80d8ad1bc13b4' '832595501944fbcabcdc1207f4724fe7' '680750f73dc2e587ac567d057d485813' - '2e2c674a71c0c0bf265d96cfc19ce985') + '2e2c674a71c0c0bf265d96cfc19ce985' + 'd016d03f15177b1bb534ce3753b2aa9b')