diff --git a/system/base/fuse/actions.py b/system/base/fuse/actions.py index 048cee20..6f5f928c 100644 --- a/system/base/fuse/actions.py +++ b/system/base/fuse/actions.py @@ -6,13 +6,15 @@ from pisi.actionsapi import get from pisi.actionsapi import autotools from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools def setup(): - autotools.autoreconf("-vif") - + shelltools.system("sh makeconf.sh") + # Disable device node creation during build/install pisitools.dosed("util/Makefile.in", "mknod", "echo Disabled: mknod ") + autotools.configure("--disable-static \ --disable-rpath \ --enable-lib \ diff --git a/system/base/fuse/pspec.xml b/system/base/fuse/pspec.xml index 37bd2fe7..310f74f3 100644 --- a/system/base/fuse/pspec.xml +++ b/system/base/fuse/pspec.xml @@ -12,7 +12,7 @@ library An interface for filesystems implemented in userspace fuse is a backend allowing regular users to (un)mount filesystems for their own use. - https://github.com/libfuse/libfuse/releases/download/fuse_2_9_5/fuse-2.9.5.tar.gz + https://github.com/libfuse/libfuse/archive/fuse-2.9.7.tar.gz gettext-devel @@ -50,6 +50,13 @@ + + 2017-01-29 + 2.9.7 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2016-04-27 2.9.5