summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--syslinux/Pkgfile6
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
}

Generated by cgit