From 4657360a21048b3c78dad79dae6f43e79bce5c89 Mon Sep 17 00:00:00 2001 From: Philippe PITTOLI Date: Thu, 17 Oct 2019 10:39:11 +0200 Subject: [PATCH] git: adopting libressl. --- git/recipe.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/git/recipe.spec b/git/recipe.spec index a60d3bc..0dc1daa 100644 --- a/git/recipe.spec +++ b/git/recipe.spec @@ -1,11 +1,11 @@ name: git version: 2.9.5 -release: 2 +release: 3 sources: https://mirrors.edge.kernel.org/pub/software/scm/git/git-%{version}.tar.xz build-dependencies: - curl - - openssl-dev + - libressl-dev - perl - autoconf - automake @@ -25,6 +25,7 @@ options: autoconf ./configure \ --prefix=%{prefix} \ + --with-curl \ --without-tcltk \ --disable-nls \ --enable-openssl