fuse3: update to 3.9.1.
This commit is contained in:
parent
e2eb9437d9
commit
49c6e6807b
2 changed files with 3 additions and 16 deletions
|
@ -1,13 +0,0 @@
|
|||
--- example/passthrough_hp.cc 2019-07-06 15:29:45.202362210 +0200
|
||||
+++ example/passthrough_hp.cc 2019-07-06 15:30:20.623938331 +0200
|
||||
@@ -67,6 +67,9 @@
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
#include <pthread.h>
|
||||
+#ifndef __GLIBC__
|
||||
+#include <limits.h>
|
||||
+#endif
|
||||
|
||||
// C++ includes
|
||||
#include <cstddef>
|
||||
|
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'fuse3'
|
||||
pkgname=fuse3
|
||||
version=3.9.0
|
||||
version=3.9.1
|
||||
revision=1
|
||||
wrksrc="fuse-${version}"
|
||||
build_style=meson
|
||||
configure_args="--sbindir=bin -Db_lto=false -Duseroot=false"
|
||||
configure_args="--sbindir=bin -Db_lto=false -Dexamples=false -Duseroot=false"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="eudev-libudev-devel"
|
||||
short_desc="Filesystem in Userspace 3.x"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
|
|||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||
homepage="https://github.com/libfuse/libfuse"
|
||||
distfiles="https://github.com/libfuse/libfuse/releases/download/fuse-${version}/fuse-${version}.tar.xz"
|
||||
checksum=fcb7079a1bb4e510377b427d1c5c37c349281d498e249ae0c2379b4cf50059c2
|
||||
checksum=1bafcfd6c66ba35b7b0beb822532a9106eb8409ad6cde988888fde85f89be645
|
||||
conf_files="/etc/fuse.conf"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue