curl: enable libssh2 when requested.
This commit is contained in:
parent
4a7cb69663
commit
1d89616488
|
@ -1,11 +1,11 @@
|
||||||
# Template build file for 'curl'
|
# Template build file for 'curl'
|
||||||
pkgname=curl
|
pkgname=curl
|
||||||
version=7.60.0
|
version=7.60.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="ac_cv_sizeof_off_t=8 --enable-threaded-resolver --enable-ipv6
|
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_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"
|
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt --without-libidn2"
|
||||||
hostmakedepends="groff perl pkg-config"
|
hostmakedepends="groff perl pkg-config"
|
||||||
makedepends="nghttp2-devel zlib-devel $(vopt_if gnutls 'gnutls-devel')
|
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>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://curl.haxx.se"
|
homepage="https://curl.haxx.se"
|
||||||
#changelog="https://curl.haxx.se/changes.html#${version//./_}"
|
changelog="https://curl.haxx.se/changes.html#${version//./_}"
|
||||||
distfiles="$homepage/download/$pkgname-$version.tar.bz2"
|
distfiles="${homepage}/download/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=897dfb2204bd99be328279f88f55b7c61592216b0542fcbe995c60aa92871e9b
|
checksum=897dfb2204bd99be328279f88f55b7c61592216b0542fcbe995c60aa92871e9b
|
||||||
build_options="gnutls gssapi ldap rtmp ssh ssl"
|
build_options="gnutls gssapi ldap rtmp ssh ssl"
|
||||||
build_options_default="ssh ssl"
|
build_options_default="ssh ssl"
|
||||||
|
|
Loading…
Reference in New Issue