From 39eaa25977d21da280aec66a622abba7c6d8a8c1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 14 Jul 2014 11:37:18 +0200 Subject: [PATCH] git: switch to libressl. --- srcpkgs/git/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/git/template b/srcpkgs/git/template index ea0b8709fc7..49286e83b4b 100644 --- a/srcpkgs/git/template +++ b/srcpkgs/git/template @@ -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"