Merge pull request #112 from xTibor/git-certs

Add ca-certificates dependency for git
This commit is contained in:
Jeremy Soller 2017-11-23 16:24:12 -07:00 committed by GitHub
commit 857816728e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
VERSION=2.13.1
TAR=https://www.kernel.org/pub/software/scm/git/git-$VERSION.tar.xz
BUILD_DEPENDS=(zlib curl openssl expat)
DEPENDS="ca-certificates"
export AR="${HOST}-ar"
export AS="${HOST}-as"