From 6e81a0f404c3b4707af6e77b9ee44f12df228367 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 27 Feb 2018 10:36:59 +0000 Subject: [PATCH] main/curl: re-enable ssh support This was unintentionally disabled with the 7.58 upgrade. fixes #8576 --- main/curl/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/curl/APKBUILD b/main/curl/APKBUILD index a345507170..fb7d82b1f8 100644 --- a/main/curl/APKBUILD +++ b/main/curl/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Natanael Copa pkgname=curl pkgver=7.58.0 -pkgrel=0 +pkgrel=1 pkgdesc="An URL retrival utility and library" url="http://curl.haxx.se" arch="all" @@ -76,6 +76,7 @@ build() { --enable-unix-sockets \ --without-libidn \ --without-libidn2 \ + --with-libssh2 \ --disable-static \ --disable-ldap \ --with-pic \ -- GitLab