diff options
Diffstat (limited to 'libre/syslinux/PKGBUILD')
-rw-r--r-- | libre/syslinux/PKGBUILD | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/libre/syslinux/PKGBUILD b/libre/syslinux/PKGBUILD index 31ccd97a2..7a1fe3210 100644 --- a/libre/syslinux/PKGBUILD +++ b/libre/syslinux/PKGBUILD @@ -7,7 +7,7 @@ pkgname=syslinux pkgver=6.03 _tag=syslinux-$pkgver -pkgrel=3.parabola1 +pkgrel=4.parabola1 pkgdesc='Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs filesystems, from CDs and via PXE (Parabola rebranded)' url='http://www.syslinux.org/' arch=(i686 x86_64) @@ -38,11 +38,13 @@ optdepends=('perl-passwd-md5: For md5pass' source=(git://git.kernel.org/pub/scm/boot/syslinux/syslinux.git#tag=$_tag syslinux.cfg syslinux-install_update + btrfs-fix.patch::http://repo.or.cz/syslinux.git/patch/548386049cd41e887079cdb904d3954365eb28f3?hp=721a0af2f0ba111c31685c5f6c5481eb25346971 splash.png) sha1sums=('SKIP' 'e40acf4cf9d05ec000c59284f959d1540b35a3be' - 'b9ca016e08dd1c45dd7f3c88df680b949e39aa77' - '8d937eb2ffb563a0cb876bda731e036f43bf0e4b') + '29d7c28639e57cdaefc8ef2447e8412a7b59709d' + 'e1b6768e64f1f9448131b30f2b1f3389f36253f1' + 'df57121ba1a4fb400161182f123e773770fc40a1') _targets='bios efi32' case "$CARCH" in @@ -52,6 +54,8 @@ esac 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 |