diff options
author | Max Rees <maxcrees@me.com> | 2019-09-12 05:11:43 -0500 |
---|---|---|
committer | Max Rees <maxcrees@me.com> | 2019-09-17 14:34:12 -0500 |
commit | bea0b80c420c12806a707363e61fd65e2889cb12 (patch) | |
tree | fc2c31391a1bcd534a8a93aec0e70bd5fe735b2d /system | |
parent | f446d9b9ff1db370d47e068d2a074f2b0830f02d (diff) | |
download | packages-bea0b80c420c12806a707363e61fd65e2889cb12.tar.gz packages-bea0b80c420c12806a707363e61fd65e2889cb12.tar.bz2 packages-bea0b80c420c12806a707363e61fd65e2889cb12.tar.xz packages-bea0b80c420c12806a707363e61fd65e2889cb12.zip |
system/curl: enable libssh2 support
Diffstat (limited to 'system')
-rw-r--r-- | system/curl/APKBUILD | 1 |
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 \ |