Skip to content

Commit

Permalink
libgit2: Depend on libssh2
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Sep 14, 2018
1 parent b471deb commit dfdc978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/libgit2/build.sh
Expand Up @@ -4,5 +4,5 @@ TERMUX_PKG_VERSION=0.27.4
TERMUX_PKG_REVISION=1
TERMUX_PKG_SHA256=0b7ca31cb959ff1b22afa0da8621782afe61f99242bf716c403802ffbdb21d51
TERMUX_PKG_SRCURL=https://github.com/libgit2/libgit2/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_DEPENDS="libcurl, openssl"
TERMUX_PKG_DEPENDS="libcurl, openssl, libssh2"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="-DBUILD_CLAR=OFF"

0 comments on commit dfdc978

Please sign in to comment.