s3fs-fuse: fix cross compilation.

This commit is contained in:
Juan RP 2016-05-31 07:13:50 +02:00
parent 81521a32a3
commit 68aa43ce48

View file

@ -3,7 +3,7 @@ pkgname=s3fs-fuse
version=1.80
revision=1
build_style=gnu-configure
configure_args="--with-openssl"
configure_args="--with-openssl ac_cv_file__git=no"
hostmakedepends="automake libtool pkg-config"
makedepends="libressl-devel libcurl-devel fuse-devel libxml2-devel"
short_desc="FUSE-based file system backed by Amazon S3"