libfuse3: Bump to 3.13.0

This commit is contained in:
Tee KOBAYASHI 2023-01-24 13:25:47 +09:00 committed by xtkoba
parent baace28ee8
commit ea99f80397
1 changed files with 6 additions and 3 deletions

View File

@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/libfuse/libfuse
TERMUX_PKG_DESCRIPTION="FUSE (Filesystem in Userspace) is an interface for userspace programs to export a filesystem to the Linux kernel"
TERMUX_PKG_LICENSE="LGPL-2.1, GPL-2.0"
TERMUX_PKG_MAINTAINER="Henrik Grimler @Grimler91"
TERMUX_PKG_VERSION=3.12.0
TERMUX_PKG_REVISION=1
TERMUX_PKG_VERSION=3.13.0
TERMUX_PKG_SRCURL=https://github.com/libfuse/libfuse/archive/fuse-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=df6cc8807c4fd36b6b0ebef2b738dad6d19a9c7c085ccc3775063688d0bfcc0b
TERMUX_PKG_SHA256=224544214204eb348b548d6faa7a9bc91b053aacfc92e8b5da3f478c76ae4a03
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-Ddisable-mtab=true
@ -16,3 +15,7 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-Dudevrulesdir=$TERMUX_PREFIX/etc/udev/rules.d
-Duseroot=false
"
termux_step_pre_configure() {
CPPFLAGS+=" -D__off64_t=off64_t"
}