aboutsummaryrefslogtreecommitdiff
path: root/system/unionfs-fuse
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2023-03-06 22:40:26 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-03-12 08:48:08 +0700
commit681348bde10b7e3e30c69cb287a86556c3fa2fcf (patch)
tree301f36cc7f73d5d32a6cf617fc75f1426fa25f1f /system/unionfs-fuse
parent0a6d527156380a9c48efbb7151350df0e748eeae (diff)
downloadslackbuilds-681348bde10b7e3e30c69cb287a86556c3fa2fcf.tar.xz
system/unionfs-fuse: Updated for version 3.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/unionfs-fuse')
-rw-r--r--system/unionfs-fuse/unionfs-fuse.SlackBuild10
-rw-r--r--system/unionfs-fuse/unionfs-fuse.info6
2 files changed, 9 insertions, 7 deletions
diff --git a/system/unionfs-fuse/unionfs-fuse.SlackBuild b/system/unionfs-fuse/unionfs-fuse.SlackBuild
index 671b5b99e31e..26809f4660f0 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.2}
+VERSION=${VERSION:-3.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -49,10 +49,10 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i586" ]; then
- SLKCFLAGS="-O2 -march=i586 -mtune=i686"
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686 -D_FILE_OFFSET_BITS=64"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
+ SLKCFLAGS="-O2 -march=i686 -mtune=i686 -D_FILE_OFFSET_BITS=64"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
@@ -82,7 +82,9 @@ find -L . \
sed -i -e 's|share/man|man|' Makefile
sed -i -e 's|usr/local|usr|' Makefile
-make PREFIX=/usr CFLAGS_EXTRA="$SLKCFLAGS"
+CFLAGS="$SLKCFLAGS" \
+CXXFLAGS="$SLKCFLAGS" \
+make PREFIX=/usr
make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
diff --git a/system/unionfs-fuse/unionfs-fuse.info b/system/unionfs-fuse/unionfs-fuse.info
index a02bf3ddb161..88b9db3f27da 100644
--- a/system/unionfs-fuse/unionfs-fuse.info
+++ b/system/unionfs-fuse/unionfs-fuse.info
@@ -1,8 +1,8 @@
PRGNAM="unionfs-fuse"
-VERSION="3.2"
+VERSION="3.3"
HOMEPAGE="https://github.com/rpodgorny/unionfs-fuse"
-DOWNLOAD="https://github.com/rpodgorny/unionfs-fuse/archive/v3.2/unionfs-fuse-3.2.tar.gz"
-MD5SUM="c66cd39c89cc3224047bb2d334fba2d7"
+DOWNLOAD="https://github.com/rpodgorny/unionfs-fuse/archive/v3.3/unionfs-fuse-3.3.tar.gz"
+MD5SUM="19c68dc0e06f6f7022c5673437b24f94"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""