diff options
author | root <root@rshg047.dnsready.net> | 2011-05-09 22:34:00 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-05-09 22:34:00 +0000 |
commit | bbb460f85242e6ac03f47b74b9d0be66ff089ac4 (patch) | |
tree | c05f121bc450e6f4528e13b4eef371f3b0d2bc0f /core/syslinux | |
parent | d2f2d3b5c845807249680c275031f94047f9e762 (diff) |
Mon May 9 22:34:00 UTC 2011
Diffstat (limited to 'core/syslinux')
-rw-r--r-- | core/syslinux/PKGBUILD | 14 | ||||
-rw-r--r-- | core/syslinux/syslinux-dont-build-dos-windows-targets.patch | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/core/syslinux/PKGBUILD b/core/syslinux/PKGBUILD index bfbd1f2c9..03f529f11 100644 --- a/core/syslinux/PKGBUILD +++ b/core/syslinux/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 112767 2011-03-06 16:24:51Z thomas $ +# $Id: PKGBUILD 120229 2011-04-21 12:44:04Z tpowa $ # Maintainer: Thomas Bächler <thomas@archlinux.org> # Maintainer: Tobias Powalowski <tpowa@archlinux.org> pkgname=syslinux -pkgver=4.03 -pkgrel=4 +pkgver=4.04 +pkgrel=1 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,10 +21,10 @@ source=(http://www.kernel.org/pub/linux/utils/boot/syslinux/$pkgname-${pkgver}.t syslinux-dont-build-dos-windows-targets.patch syslinux.cfg syslinux-install_update) -sha256sums=('c65567e324f9d1f7f794ae8f9578a0292bbd47d7b8d895a004d2f0152d0bda38' - '7e9301e37113d8bcddadc3a7d2fd6f3f433ef20ef6fa6df9fe9e256fa8868753' - 'b4ba8f9daa67ec35da6e05adb610469bc8c4facf488468c1ec3e5860ba75313d' - '49573a3b65362326c8b1e9bfa49e83225e0bf9d3710454de4070abc9481c614c') +md5sums=('a3936208767eb7ced65320abe2e33a10' + '5274062f91931eae6573f1ec3cd5b640' + '5ad0a9cccd60ada4fd5a93380c76d5df' + 'b5b4953c0a5a01cd16441402f6321765') build() { # Do not try to build syslinux with our default LDFLAGS, it will fail diff --git a/core/syslinux/syslinux-dont-build-dos-windows-targets.patch b/core/syslinux/syslinux-dont-build-dos-windows-targets.patch index 2bac55185..7355e4acb 100644 --- a/core/syslinux/syslinux-dont-build-dos-windows-targets.patch +++ b/core/syslinux/syslinux-dont-build-dos-windows-targets.patch @@ -5,7 +5,7 @@ diff -Nur syslinux-4.02.orig//Makefile syslinux-4.02//Makefile # files that depend only on the B phase, but may have to be regenerated # for "make installer". BSUBDIRS = codepage com32 lzo core memdisk modules mbr memdump gpxe sample \ -- libinstaller dos win32 win64 dosutil +- diag libinstaller dos win32 win64 dosutil + libinstaller ITARGET = IOBJECTS = $(ITARGET) \ |