mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
git: switch to libressl.
This commit is contained in:
parent
9a0891956e
commit
39eaa25977
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template build file for "git".
|
# Template build file for "git".
|
||||||
pkgname=git
|
pkgname=git
|
||||||
version=2.0.1
|
version=2.0.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-curl --with-expat --without-tcltk
|
configure_args="--with-curl --with-expat --without-tcltk
|
||||||
ac_cv_fread_reads_directories=no ac_cv_snprintf_returns_bogus=no"
|
ac_cv_fread_reads_directories=no ac_cv_snprintf_returns_bogus=no"
|
||||||
make_install_args="NO_INSTALL_HARDLINKS=1"
|
make_install_args="NO_INSTALL_HARDLINKS=1"
|
||||||
hostmakedepends="xmlto>=0.0.25_2 asciidoc perl python"
|
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://
|
# Required by https://
|
||||||
depends="ca-certificates"
|
depends="ca-certificates"
|
||||||
short_desc="GIT Tree History Storage Tool"
|
short_desc="GIT Tree History Storage Tool"
|
||||||
|
|
Loading…
Add table
Reference in a new issue