fuse-sshfs: fix 32-bit glibc builds
This commit is contained in:
parent
57d786ff6f
commit
d1c1bc2073
1 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,11 @@ homepage="https://github.com/libfuse/sshfs"
|
|||
distfiles="https://github.com/libfuse/sshfs/releases/download/sshfs-${version}/sshfs-${version}.tar.gz"
|
||||
checksum=644966c7326c1b788a80318c5806f20f6d42dd72ab686f66d6120bd108b54d2d
|
||||
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
i686|armv6l|armv7l)
|
||||
CFLAGS+=" -D_FILE_OFFSET_BITS=64"
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue