git: switch to libressl.

This commit is contained in:
Juan RP 2014-07-14 11:37:18 +02:00
parent 9a0891956e
commit 39eaa25977

View file

@ -1,13 +1,13 @@
# Template build file for "git".
pkgname=git
version=2.0.1
revision=1
revision=2
build_style=gnu-configure
configure_args="--with-curl --with-expat --without-tcltk
ac_cv_fread_reads_directories=no ac_cv_snprintf_returns_bogus=no"
make_install_args="NO_INSTALL_HARDLINKS=1"
hostmakedepends="xmlto>=0.0.25_2 asciidoc perl python"
makedepends="openssl-devel libcurl-devel expat-devel ca-certificates"
makedepends="libressl-devel libcurl-devel expat-devel ca-certificates"
# Required by https://
depends="ca-certificates"
short_desc="GIT Tree History Storage Tool"