curl: enable libssh2 when requested.

This commit is contained in:
Leah Neukirchen 2018-06-14 15:25:43 +02:00
parent 4a7cb69663
commit 1d89616488
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
# Template build file for 'curl'
pkgname=curl
version=7.60.0
revision=1
revision=2
build_style=gnu-configure
configure_args="ac_cv_sizeof_off_t=8 --enable-threaded-resolver --enable-ipv6
$(vopt_with rtmp) $(vopt_with gssapi) $(vopt_enable ldap) $(vopt_with gnuts)
$(vopt_enable ldap ldaps) $(vopt_with ssh ssh2) $(vopt_with ssl)
$(vopt_enable ldap ldaps) $(vopt_with ssh libssh2) $(vopt_with ssl)
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt --without-libidn2"
hostmakedepends="groff perl pkg-config"
makedepends="nghttp2-devel zlib-devel $(vopt_if gnutls 'gnutls-devel')
@ -18,8 +18,8 @@ short_desc="Client that groks URLs"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MIT"
homepage="https://curl.haxx.se"
#changelog="https://curl.haxx.se/changes.html#${version//./_}"
distfiles="$homepage/download/$pkgname-$version.tar.bz2"
changelog="https://curl.haxx.se/changes.html#${version//./_}"
distfiles="${homepage}/download/${pkgname}-${version}.tar.bz2"
checksum=897dfb2204bd99be328279f88f55b7c61592216b0542fcbe995c60aa92871e9b
build_options="gnutls gssapi ldap rtmp ssh ssl"
build_options_default="ssh ssl"