Commit 3a252dba authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

version up : git 1.9.3.

also build with our own libpcre.
parent e489b2f6
......@@ -7,6 +7,7 @@ extends =
../gettext/buildout.cfg
../libexpat/buildout.cfg
../openssl/buildout.cfg
../pcre/buildout.cfg
../xz-utils/buildout.cfg
../zlib/buildout.cfg
parts =
......@@ -14,17 +15,18 @@ parts =
[git]
recipe = slapos.recipe.cmmi
url = https://www.kernel.org/pub/software/scm/git/git-1.9.2.tar.xz
md5sum = 437c32078b5b5b229f1c10f6474eae78
url = https://www.kernel.org/pub/software/scm/git/git-1.9.3.tar.xz
md5sum = 560200d1db05a2dd2b8a2b3718655463
configure-options =
--with-curl=${curl:location}
--with-openssl=${openssl:location}
--with-zlib=${zlib:location}
--with-libpcre=${pcre:location}
--with-expat=${libexpat:location}
--without-python
--without-tcltk
environment =
NO_PERL=y
NO_PYTHON=y
NO_TCLTK=y
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