From f04662b1c72f430cb38a813bc39e4efb4d3a8352 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 25 Sep 2017 23:47:30 +0000 Subject: [PATCH] community/sshfs to 3.3.0-3.1 --- community/sshfs/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/sshfs/PKGBUILD b/community/sshfs/PKGBUILD index bc6622b0d..8d3ed504e 100644 --- a/community/sshfs/PKGBUILD +++ b/community/sshfs/PKGBUILD @@ -8,7 +8,7 @@ pkgname=sshfs pkgver=3.3.0 -pkgrel=3 +pkgrel=3.1 pkgdesc="FUSE client based on the SSH File Transfer Protocol" arch=(x86_64 i686) url="http://github.com/libfuse/sshfs" @@ -28,7 +28,7 @@ prepare() { # patch meson.build patch -p1 < ../001-sshfs-3.3.0-meson.build.patch - [[ $CARCH == 'i686' ]] && export CFLAGS+=" -D_FILE_OFFSET_BITS=64" + [[ $CARCH == 'i686' || $CARCH == 'arm' || $CARCH == 'armv6h' || $CARCH == 'armv7h' ]] && export CFLAGS+=" -D_FILE_OFFSET_BITS=64" rm -rf build meson setup --prefix=/usr --sbindir=bin . build }