mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/sshfs to 3.3.0-3.1
This commit is contained in:
parent
10dfa9bad8
commit
f04662b1c7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue