diff options
author | Arn0 <yth@ythogtha.org> | 2023-09-25 11:29:06 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-26 01:01:47 +0700 |
commit | 258fbbe56b4adba32953a286f9b032a43d6e1ce5 (patch) | |
tree | e3f6390a75d98c21285ecfcaf0a6261f33eaf585 /system/unionfs-fuse | |
parent | 983490ce0b93908bef7d95fd06b5cbe31de5ea2a (diff) |
system/unionfs-fuse: updated for version 3.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/unionfs-fuse')
-rw-r--r-- | system/unionfs-fuse/unionfs-fuse.SlackBuild | 4 | ||||
-rw-r--r-- | system/unionfs-fuse/unionfs-fuse.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/unionfs-fuse/unionfs-fuse.SlackBuild b/system/unionfs-fuse/unionfs-fuse.SlackBuild index 26809f4660f0..673fa6435ad8 100644 --- a/system/unionfs-fuse/unionfs-fuse.SlackBuild +++ b/system/unionfs-fuse/unionfs-fuse.SlackBuild @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=unionfs-fuse -VERSION=${VERSION:-3.3} +VERSION=${VERSION:-3.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -58,7 +58,7 @@ elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" LIBDIRSUFFIX="64" else - SLKCFLAGS="-O2" + SLKCFLAGS="-O2 -D_FILE_OFFSET_BITS=64" LIBDIRSUFFIX="" fi diff --git a/system/unionfs-fuse/unionfs-fuse.info b/system/unionfs-fuse/unionfs-fuse.info index 88b9db3f27da..a6aa7969321d 100644 --- a/system/unionfs-fuse/unionfs-fuse.info +++ b/system/unionfs-fuse/unionfs-fuse.info @@ -1,8 +1,8 @@ PRGNAM="unionfs-fuse" -VERSION="3.3" +VERSION="3.4" HOMEPAGE="https://github.com/rpodgorny/unionfs-fuse" -DOWNLOAD="https://github.com/rpodgorny/unionfs-fuse/archive/v3.3/unionfs-fuse-3.3.tar.gz" -MD5SUM="19c68dc0e06f6f7022c5673437b24f94" +DOWNLOAD="https://github.com/rpodgorny/unionfs-fuse/archive/v3.4/unionfs-fuse-3.4.tar.gz" +MD5SUM="4b7ec6950ea36c275a45edb1cdd49d6d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |