From 1d896164889c08134d49d74e56be5af8e2019a9f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 14 Jun 2018 15:25:43 +0200 Subject: [PATCH] curl: enable libssh2 when requested. --- srcpkgs/curl/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/curl/template b/srcpkgs/curl/template index e9c35b5e0ad..3f9eda96d1a 100644 --- a/srcpkgs/curl/template +++ b/srcpkgs/curl/template @@ -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 " 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"