From 50b6cc397fbed66e273fe8f9bb336234b7c69b54 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Fri, 16 Oct 2009 10:45:44 +0200 Subject: [PATCH] syslinux: fixed dependencies and cflags --- syslinux/Pkgfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/syslinux/Pkgfile b/syslinux/Pkgfile index 5babc45f0..df63c30e1 100644 --- a/syslinux/Pkgfile +++ b/syslinux/Pkgfile @@ -2,17 +2,17 @@ # URL: http://syslinux.zytor.com/ # Maintainer: Jose V Beneyto, sepen at crux dot nu # Packager: Jose V Beneyto, sepen at crux dot nu -# Depends on: mtools +# Depends on: mtools perl name=syslinux version=3.83 -release=1 +release=2 source=(http://www.kernel.org/pub/linux/utils/boot/$name/$name-$version.tar.bz2 \ Makefile.patch) build() { cd $name-$version patch -p0 -i $SRC/Makefile.patch - make + make OPTFLAGS="$CFLAGS" make INSTALLROOT=$PKG install-all }