Obsolete
/
recipes
Archived
3
0
Fork 0

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 name: git
version: 2.9.5 version: 2.9.5
release: 1 release: 2
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
dependencies: build-dependencies:
- curl
- openssl-dev
- perl - perl
- gmp - gmp
- mpfr - mpfr
- autoconf - autoconf
- automake - automake
- mpc - mpc
dependencies:
- binutils - binutils
# -i prevents the use of gettext (msgfmt) # -i prevents the use of gettext (msgfmt)
@ -20,7 +24,7 @@ options:
cd %{name}-%{version} cd %{name}-%{version}
make distclean make distclean
autoconf autoconf
./configure --without-tcltk --disable-nls ./configure --without-tcltk --disable-nls --enable-openssl
@build @build
cd %{name}-%{version} cd %{name}-%{version}