[buildout]
extends =
../software-profiles/curl.cfg
../software-profiles/libexpat.cfg
../software-profiles/openssl.cfg
../software-profiles/zlib.cfg
parts =
git
[git]
recipe = hexagonit.recipe.cmmi
url = http://kernel.org/pub/software/scm/git/git-1.7.3.2.tar.bz2
md5sum = 902f7f07a789fedc0d2ac03656b85969
configure-options =
--with-curl=${curl:location}
--with-openssl=${openssl:location}
--with-zlib=${zlib:location}
--with-expat=${libexpat:location}
--without-tcltk
environment =
CPPFLAGS=-I${zlib:location}/include
LDFLAGS=-L${zlib:location}/lib -L${openssl:location}/lib -Wl,-rpath -Wl,${openssl:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40801 20353a03-c40f-0410-a6d1-a30d3c3de9de
c10d8c80