summaryrefslogtreecommitdiff
path: root/system/curl
diff options
context:
space:
mode:
authorMax Rees <maxcrees@me.com>2019-09-12 05:11:43 -0500
committerMax Rees <maxcrees@me.com>2019-09-17 14:34:12 -0500
commitbea0b80c420c12806a707363e61fd65e2889cb12 (patch)
treefc2c31391a1bcd534a8a93aec0e70bd5fe735b2d /system/curl
parentf446d9b9ff1db370d47e068d2a074f2b0830f02d (diff)
downloadpackages-bea0b80c420c12806a707363e61fd65e2889cb12.tar.gz
packages-bea0b80c420c12806a707363e61fd65e2889cb12.tar.bz2
packages-bea0b80c420c12806a707363e61fd65e2889cb12.tar.xz
packages-bea0b80c420c12806a707363e61fd65e2889cb12.zip
system/curl: enable libssh2 support
Diffstat (limited to 'system/curl')
-rw-r--r--system/curl/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/curl/APKBUILD b/system/curl/APKBUILD
index 2cba28dfc..5e767bcc8 100644
--- a/system/curl/APKBUILD
+++ b/system/curl/APKBUILD
@@ -86,6 +86,7 @@ build() {
--prefix=/usr \
--enable-ipv6 \
--enable-unix-sockets \
+ --with-libssh2 \
--without-libidn \
--without-libidn2 \
--disable-ldap \