mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 17:43:51 +02:00
s3fs-fuse: enable openssl support.
This commit is contained in:
parent
bbba180e5f
commit
ef006c2c70
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 's3fs-fuse'
|
# Template file for 's3fs-fuse'
|
||||||
pkgname=s3fs-fuse
|
pkgname=s3fs-fuse
|
||||||
version=1.79
|
version=1.79
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--with-openssl"
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
makedepends="libcurl-devel fuse-devel libxml2-devel"
|
makedepends="libressl-devel libcurl-devel fuse-devel libxml2-devel"
|
||||||
short_desc="FUSE-based file system backed by Amazon S3"
|
short_desc="FUSE-based file system backed by Amazon S3"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2.1"
|
license="GPL-2.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue