summaryrefslogtreecommitdiffstats
path: root/system/zfs-fuse/zfs-fuse.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/zfs-fuse/zfs-fuse.SlackBuild')
-rw-r--r--system/zfs-fuse/zfs-fuse.SlackBuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/system/zfs-fuse/zfs-fuse.SlackBuild b/system/zfs-fuse/zfs-fuse.SlackBuild
index 049c886fc4..5249af489d 100644
--- a/system/zfs-fuse/zfs-fuse.SlackBuild
+++ b/system/zfs-fuse/zfs-fuse.SlackBuild
@@ -3,9 +3,10 @@
# Slackware build script for ZFS-Fuse
# Steven King revision date 2010/01/17
# Updated for 0.7.0 by rworkman on 20110403
+# Updated for 20120201_6abfdcf by ponce on 20120923
PRGNAM=zfs-fuse
-VERSION=0.7.0
+VERSION=20120201_6abfdcf
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -28,11 +29,15 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
rm -rf $TMP/$PRGNAM-$VERSION
cd $TMP
-tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
+tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
+# Patch for glib>=2.14
+# http://zfs-fuse.net/issues/137
+patch -p1 < $CWD/glibc-2.14.patch
+
cd src
scons
scons install install_dir=$PKG/usr/sbin