git: adopting libressl.

master
Philippe PITTOLI 2019-10-17 10:39:11 +02:00
parent 67cb7c05cf
commit 4657360a21
1 changed files with 3 additions and 2 deletions

View File

@ -1,11 +1,11 @@
name: git name: git
version: 2.9.5 version: 2.9.5
release: 2 release: 3
sources: https://mirrors.edge.kernel.org/pub/software/scm/git/git-%{version}.tar.xz sources: https://mirrors.edge.kernel.org/pub/software/scm/git/git-%{version}.tar.xz
build-dependencies: build-dependencies:
- curl - curl
- openssl-dev - libressl-dev
- perl - perl
- autoconf - autoconf
- automake - automake
@ -25,6 +25,7 @@ options:
autoconf autoconf
./configure \ ./configure \
--prefix=%{prefix} \ --prefix=%{prefix} \
--with-curl \
--without-tcltk \ --without-tcltk \
--disable-nls \ --disable-nls \
--enable-openssl --enable-openssl