Commit dc52ecac authored by Łukasz Nowak's avatar Łukasz Nowak

- compile subversion


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40087 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cf4921d3
[buildout]
parts =
libexpat
[libexpat]
recipe = hexagonit.recipe.cmmi
url = http://sourceforge.net/projects/expat/files/expat/2.0.1/expat-2.0.1.tar.gz/download
md5sum = ee8b492592568805593f81f8cdf2a04c
[buildout]
extends =
../software-profiles/apache.cfg
../software-profiles/libdb.cfg
../software-profiles/libexpat.cfg
../software-profiles/sqlite3.cfg
../software-profiles/zlib.cfg
parts =
subversion
[subversion]
recipe = hexagonit.recipe.cmmi
url = http://subversion.tigris.org/downloads/subversion-1.6.13.tar.bz2
md5sum = 7ae1c827689f21cf975804005be30aeb
configure-options =
--with-apr=${apache:location}/bin/apr-1-config
--with-apr-util=${apache:location}/bin/apu-1-config
--with-apxs=${apache:location}/bin/apxs
--with-zlib=${zlib:location}
--with-sqlite=${sqlite3:location}
--without-berkeley-db
environment =
CPPFLAGS=-I${libexpat:location}/include
LDFLAGS=-L${libexpat: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