diff options
author | Jose V Beneyto <sepen@crux.nu> | 2013-06-25 10:49:43 +0200 |
---|---|---|
committer | Jose V Beneyto <sepen@crux.nu> | 2013-06-25 10:49:56 +0200 |
commit | 9c084f32a6422cf08a564461f0aab088d12981c5 (patch) | |
tree | ebe7d10f7118ba5c9430c4a56f170ab559aa5405 /syslinux/Pkgfile | |
parent | 7ca053aa75ae03daa1dd173d4846ef41f773302b (diff) | |
download | opt-9c084f32a6422cf08a564461f0aab088d12981c5.tar.gz opt-9c084f32a6422cf08a564461f0aab088d12981c5.tar.xz |
syslinux: updated to 5.10
Diffstat (limited to 'syslinux/Pkgfile')
-rw-r--r-- | syslinux/Pkgfile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/syslinux/Pkgfile b/syslinux/Pkgfile index 73624663a..ebac95a07 100644 --- a/syslinux/Pkgfile +++ b/syslinux/Pkgfile @@ -5,22 +5,20 @@ # Depends on: mtools perl name=syslinux -version=4.06 +version=5.10 release=1 -source=(http://www.kernel.org/pub/linux/utils/boot/$name/$name-$version.tar.xz \ - avoid-ext2_fs.patch) +source=(http://www.kernel.org/pub/linux/utils/boot/$name/$name-$version.tar.xz) build() { cd $name-$version - # compilation will fail with LDFLAGS - unset LDFLAGS - # fix to install extlinux in /usr/bin sed -i Makefile -e 's|SBINDIR|BINDIR|g' make clean make OPTFLAGS="$CFLAGS" installer + make OPTFLAGS="$CFLAGS" -C utils + make OPTFLAGS="$CFLAGS" -C com32 make OPTFLAGS="$CFLAGS" INSTALLROOT=$PKG install # fix perms when building with fakeroot |