diff options
author | Jose V Beneyto <sepen@crux.nu> | 2009-10-16 10:45:44 +0200 |
---|---|---|
committer | Jose V Beneyto <sepen@crux.nu> | 2009-10-16 10:45:44 +0200 |
commit | 50b6cc397fbed66e273fe8f9bb336234b7c69b54 (patch) | |
tree | 5447f05be561b9059989780a2d4983c73c3069c8 | |
parent | 3c8d6e586e15872508faacc5154222b43e5cb59b (diff) | |
download | contrib-50b6cc397fbed66e273fe8f9bb336234b7c69b54.tar.gz contrib-50b6cc397fbed66e273fe8f9bb336234b7c69b54.tar.xz |
syslinux: fixed dependencies and cflags
-rw-r--r-- | syslinux/Pkgfile | 6 |
1 files 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 } |