diff options
author | Jose V Beneyto <sepen@crux.nu> | 2013-01-10 01:45:43 +0100 |
---|---|---|
committer | Jose V Beneyto <sepen@crux.nu> | 2013-01-10 01:45:43 +0100 |
commit | cdbffc5051b26361ef30f4e0a59ea9fdd0391f05 (patch) | |
tree | fb17245c97ca091a139d6f5655f724773aadb613 /syslinux/Pkgfile | |
parent | 365a788a043fc7f0e9879689c23e1dff5178a28b (diff) | |
download | opt-cdbffc5051b26361ef30f4e0a59ea9fdd0391f05.tar.gz opt-cdbffc5051b26361ef30f4e0a59ea9fdd0391f05.tar.xz |
syslinux: updated to 4.06
Diffstat (limited to 'syslinux/Pkgfile')
-rw-r--r-- | syslinux/Pkgfile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/syslinux/Pkgfile b/syslinux/Pkgfile index dd645865c..73624663a 100644 --- a/syslinux/Pkgfile +++ b/syslinux/Pkgfile @@ -5,16 +5,14 @@ # Depends on: mtools perl name=syslinux -version=4.05 -release=2 -source=(http://www.kernel.org/pub/linux/utils/boot/$name/$name-$version.tar.bz2 \ +version=4.06 +release=1 +source=(http://www.kernel.org/pub/linux/utils/boot/$name/$name-$version.tar.xz \ avoid-ext2_fs.patch) build() { cd $name-$version - patch -p1 -i $SRC/avoid-ext2_fs.patch - # compilation will fail with LDFLAGS unset LDFLAGS |