From 5d6ab97ced49af46321bf44dc954786713f0c707 Mon Sep 17 00:00:00 2001 From: Philippe PITTOLI Date: Sun, 25 Aug 2019 19:53:20 +0200 Subject: [PATCH] Fixing build dependencies and enforcing openssl for git recipe. --- git/recipe.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/git/recipe.spec b/git/recipe.spec index 8761afb..6cb62ec 100644 --- a/git/recipe.spec +++ b/git/recipe.spec @@ -1,15 +1,19 @@ name: git version: 2.9.5 -release: 1 +release: 2 sources: https://mirrors.edge.kernel.org/pub/software/scm/git/git-%{version}.tar.xz -dependencies: +build-dependencies: + - curl + - openssl-dev - perl - gmp - mpfr - autoconf - automake - mpc + +dependencies: - binutils # -i prevents the use of gettext (msgfmt) @@ -20,7 +24,7 @@ options: cd %{name}-%{version} make distclean autoconf - ./configure --without-tcltk --disable-nls + ./configure --without-tcltk --disable-nls --enable-openssl @build cd %{name}-%{version}