mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/cdfs: Merge the good www repo version into git.
This commit is contained in:
parent
a30d9e3196
commit
a5beeb0a85
3 changed files with 18 additions and 1 deletions
12
system/cdfs/cdfs-splice_not_sendfile.patch
Normal file
12
system/cdfs/cdfs-splice_not_sendfile.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
diff -Nur a/cddata.c b/cddata.c
|
||||
--- a/cddata.c 2008-12-08 07:21:37.000000000 -0600
|
||||
+++ b/cddata.c 2009-02-18 17:34:17.679224488 -0600
|
||||
@@ -82,7 +82,7 @@
|
||||
.mmap = generic_file_mmap
|
||||
#else
|
||||
.mmap = generic_file_readonly_mmap,
|
||||
- .sendfile = generic_file_sendfile
|
||||
+ .splice_read = generic_file_splice_read
|
||||
#endif
|
||||
};
|
||||
|
|
@ -50,6 +50,11 @@ 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
|
||||
|
|
|
@ -3,7 +3,7 @@ VERSION="2.6.27"
|
|||
HOMEPAGE="http://users.elis.ugent.be/~mronsse/cdfs/"
|
||||
DOWNLOAD="http://users.elis.ugent.be/~mronsse/cdfs/download/cdfs-2.6.27.tar.bz2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="ac64c014a90e3c488394832ea29605b3"
|
||||
MD5SUM="84366b903d6beb6ddca5ab457bb8ec33"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Robby Workman"
|
||||
EMAIL="rw@rlworkman.net"
|
||||
|
|
Loading…
Reference in a new issue