mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +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
|
pkgname=sshfs
|
||||||
pkgver=3.3.0
|
pkgver=3.3.0
|
||||||
pkgrel=3
|
pkgrel=3.1
|
||||||
pkgdesc="FUSE client based on the SSH File Transfer Protocol"
|
pkgdesc="FUSE client based on the SSH File Transfer Protocol"
|
||||||
arch=(x86_64 i686)
|
arch=(x86_64 i686)
|
||||||
url="http://github.com/libfuse/sshfs"
|
url="http://github.com/libfuse/sshfs"
|
||||||
|
@ -28,7 +28,7 @@ prepare() {
|
||||||
# patch meson.build
|
# patch meson.build
|
||||||
patch -p1 < ../001-sshfs-3.3.0-meson.build.patch
|
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
|
rm -rf build
|
||||||
meson setup --prefix=/usr --sbindir=bin . build
|
meson setup --prefix=/usr --sbindir=bin . build
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue