Fixing build dependencies and enforcing openssl for git recipe.
parent
fbd125e6b3
commit
5d6ab97ced
|
@ -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}
|
||||||
|
|
Reference in New Issue