diff options
author | Robby Workman <rworkman@slackware.com> | 2010-03-23 17:36:19 -0500 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-13 14:28:24 +0200 |
commit | e5a601defd2a069c3c481f98b47668490aaf8a73 (patch) | |
tree | f23080ac2d381c6f455ac5f1ffc76692e38b1341 /system/cdfs/cdfs.SlackBuild | |
parent | 765152504d5dbd61737ed958dae3381740497b89 (diff) | |
download | slackbuilds-e5a601defd2a069c3c481f98b47668490aaf8a73.tar.gz |
system/cdfs: Fix build.
Upstream committed the 'cdfs-splice_not_sendfile.patch' patch
that we used to apply, but they didn't bump the version -
they just spun a new tarball and (of course) changed the
checksum.
Diffstat (limited to 'system/cdfs/cdfs.SlackBuild')
-rw-r--r-- | system/cdfs/cdfs.SlackBuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/system/cdfs/cdfs.SlackBuild b/system/cdfs/cdfs.SlackBuild index 81b52c8ea4..754c48d610 100644 --- a/system/cdfs/cdfs.SlackBuild +++ b/system/cdfs/cdfs.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for cdfs -# Copyright 2009 Robby Workman Northport, AL, USA +# Copyright 2009, 2010 Robby Workman Northport, AL, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ PRGNAM=cdfs VERSION=2.6.27 ARCH=$(uname -m) -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} KERNEL=${KERNEL:-"$(uname -r)"} @@ -50,11 +50,6 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# Thanks to "MrWeatherbee" from the Arch forums for the nudge on this :) -# http://bbs.archlinux.org/viewtopic.php?id=38894 -# sendfile() is obsolete - use splice() -patch -p1 < $CWD/cdfs-splice_not_sendfile.patch - make KDIR=/lib/modules/${KERNEL}/build mkdir -p $PKG/lib/modules/${KERNEL}/extra |