fuse: update to 2.9.4.
This commit is contained in:
parent
9f5abaf85d
commit
101c7b94b6
3 changed files with 3 additions and 43 deletions
|
@ -1,20 +0,0 @@
|
|||
--- lib/fuse_lowlevel.c
|
||||
+++ lib/fuse_lowlevel.c
|
||||
@@ -24,6 +24,7 @@
|
||||
#include <limits.h>
|
||||
#include <errno.h>
|
||||
#include <assert.h>
|
||||
+#include <sys/file.h>
|
||||
|
||||
#ifndef F_LINUX_SPECIFIC_BASE
|
||||
#define F_LINUX_SPECIFIC_BASE 1024
|
||||
--- lib/fuse.c
|
||||
+++ lib/fuse.c
|
||||
@@ -37,6 +37,7 @@
|
||||
#include <sys/uio.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/mman.h>
|
||||
+#include <sys/file.h>
|
||||
|
||||
#define FUSE_NODE_SLAB 1
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
--- lib/mount_util.c
|
||||
+++ lib/mount_util.c
|
||||
@@ -16,6 +16,7 @@
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <limits.h>
|
||||
+#include <paths.h>
|
||||
#ifndef __NetBSD__
|
||||
#include <mntent.h>
|
||||
#endif
|
||||
--- util/fusermount.c
|
||||
+++ util/fusermount.c
|
||||
@@ -20,6 +20,7 @@
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <pwd.h>
|
||||
+#include <paths.h>
|
||||
#include <mntent.h>
|
||||
#include <sys/wait.h>
|
||||
#include <sys/stat.h>
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'fuse'
|
||||
pkgname=fuse
|
||||
version=2.9.3
|
||||
revision=4
|
||||
version=2.9.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-lib --enable-util"
|
||||
short_desc="Filesystem in Userspace"
|
||||
|
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="GPL-2"
|
||||
homepage="http://fuse.sourceforge.net"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=0beb83eaf2c5e50730fc553406ef124d77bc02c64854631bdfc86bfd6437391c
|
||||
checksum=6be9c0bff6af8c677414935f31699ea5a7f8f5f791cfa5205be02ea186b97ce1
|
||||
|
||||
post_install() {
|
||||
# remove obsolete rules file provided by udev.
|
||||
|
|
Loading…
Add table
Reference in a new issue