Fixing build dependencies and enforcing openssl for git recipe.

master
Philippe PITTOLI 2019-08-25 19:53:20 +02:00
parent fbd125e6b3
commit 5d6ab97ced
1 changed files with 7 additions and 3 deletions

View File

@ -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}