aboutsummaryrefslogtreecommitdiff
path: root/system/unionfs-fuse/unionfs-fuse.SlackBuild
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2023-09-25 11:29:06 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-26 01:01:47 +0700
commit258fbbe56b4adba32953a286f9b032a43d6e1ce5 (patch)
treee3f6390a75d98c21285ecfcaf0a6261f33eaf585 /system/unionfs-fuse/unionfs-fuse.SlackBuild
parent983490ce0b93908bef7d95fd06b5cbe31de5ea2a (diff)
downloadslackbuilds-258fbbe56b4adba32953a286f9b032a43d6e1ce5.tar.xz
system/unionfs-fuse: updated for version 3.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/unionfs-fuse/unionfs-fuse.SlackBuild')
-rw-r--r--system/unionfs-fuse/unionfs-fuse.SlackBuild4
1 files changed, 2 insertions, 2 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