summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Arn02023-09-25 11:29:06 +0200
committer Willy Sudiarto Raharjo2023-09-25 20:01:47 +0200
commit258fbbe56b4adba32953a286f9b032a43d6e1ce5 (patch)
treee3f6390a75d98c21285ecfcaf0a6261f33eaf585 /system
parent983490ce0b93908bef7d95fd06b5cbe31de5ea2a (diff)
downloadslackbuilds-258fbbe56b4adba32953a286f9b032a43d6e1ce5.tar.gz
system/unionfs-fuse: updated for version 3.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/unionfs-fuse/unionfs-fuse.SlackBuild4
-rw-r--r--system/unionfs-fuse/unionfs-fuse.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/system/unionfs-fuse/unionfs-fuse.SlackBuild b/system/unionfs-fuse/unionfs-fuse.SlackBuild
index 26809f4660..673fa6435a 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 88b9db3f27..a6aa796932 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=""