From 258fbbe56b4adba32953a286f9b032a43d6e1ce5 Mon Sep 17 00:00:00 2001 From: Arn0 Date: Mon, 25 Sep 2023 11:29:06 +0200 Subject: system/unionfs-fuse: updated for version 3.4 Signed-off-by: Willy Sudiarto Raharjo --- system/unionfs-fuse/unionfs-fuse.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system/unionfs-fuse/unionfs-fuse.SlackBuild') 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 -- cgit v1.2.3