Commit 0e8f3995 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

version up : git 1.9.2.

parent d3fc7a6a
......@@ -7,14 +7,15 @@ extends =
../gettext/buildout.cfg
../libexpat/buildout.cfg
../openssl/buildout.cfg
../xz-utils/buildout.cfg
../zlib/buildout.cfg
parts =
git
[git]
recipe = slapos.recipe.cmmi
url = http://git-core.googlecode.com/files/git-1.8.5.3.tar.gz
md5sum = 57b966065882f83ef5879620a1e329ca
url = https://www.kernel.org/pub/software/scm/git/git-1.9.2.tar.xz
md5sum = 437c32078b5b5b229f1c10f6474eae78
configure-options =
--with-curl=${curl:location}
--with-openssl=${openssl:location}
......@@ -24,7 +25,7 @@ configure-options =
--without-tcltk
environment =
NO_PERL=y
PATH=${curl:location}/bin:${gettext:location}/bin:%(PATH)s
PATH=${curl:location}/bin:${gettext:location}/bin:${xz-utils:location}/bin:%(PATH)s
CPPFLAGS=-I${zlib:location}/include
LDFLAGS=-L${zlib:location}/lib -L${openssl:location}/lib -Wl,-rpath=${openssl:location}/lib -Wl,-rpath=${zlib:location}/lib
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment