/[public]/erp5/trunk/buildout/software-profiles/subversion.cfg
ERP5 logo

Contents of /erp5/trunk/buildout/software-profiles/subversion.cfg

Parent Directory Parent Directory | Revision Log Revision Log


Revision 40174 - (hide annotations)
Wed Nov 10 14:59:28 2010 UTC (2 years, 6 months ago) by luke
File size: 877 byte(s)
 - compile with neon, to have client being able to connect to http[s]
1 luke 40087 [buildout]
2     extends =
3     ../software-profiles/apache.cfg
4     ../software-profiles/libdb.cfg
5     ../software-profiles/libexpat.cfg
6 luke 40174 ../software-profiles/neon.cfg
7 luke 40087 ../software-profiles/sqlite3.cfg
8     ../software-profiles/zlib.cfg
9     parts =
10     subversion
11    
12     [subversion]
13     recipe = hexagonit.recipe.cmmi
14     url = http://subversion.tigris.org/downloads/subversion-1.6.13.tar.bz2
15     md5sum = 7ae1c827689f21cf975804005be30aeb
16     configure-options =
17     --with-apr=${apache:location}/bin/apr-1-config
18     --with-apr-util=${apache:location}/bin/apu-1-config
19     --with-apxs=${apache:location}/bin/apxs
20     --with-zlib=${zlib:location}
21     --with-sqlite=${sqlite3:location}
22     --without-berkeley-db
23 luke 40174 --with-neon=${neon:location}
24    
25 luke 40087 environment =
26     CPPFLAGS=-I${libexpat:location}/include
27 luke 40174 LDFLAGS=-L${libexpat:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -L{neon:location}/lib -Wl,-rpath -Wl,${neon:location}/lib

  ViewVC Help
Powered by ViewVC 1.1.2