/[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 40338 - (hide annotations)
Wed Nov 17 16:23:44 2010 UTC (2 years, 6 months ago) by romain
File size: 1251 byte(s)
Disable libneon, as subversion uses system neon when serf is also enabled.
1 luke 40087 [buildout]
2     extends =
3     ../software-profiles/apache.cfg
4     ../software-profiles/libdb.cfg
5     ../software-profiles/libexpat.cfg
6 romain 40318 ../software-profiles/serf.cfg
7 luke 40087 ../software-profiles/sqlite3.cfg
8     ../software-profiles/zlib.cfg
9 romain 40338 ../software-profiles/openssl.cfg
10 luke 40087 parts =
11     subversion
12    
13     [subversion]
14     recipe = hexagonit.recipe.cmmi
15     url = http://subversion.tigris.org/downloads/subversion-1.6.13.tar.bz2
16     md5sum = 7ae1c827689f21cf975804005be30aeb
17     configure-options =
18     --with-apr=${apache:location}/bin/apr-1-config
19     --with-apr-util=${apache:location}/bin/apu-1-config
20     --with-apxs=${apache:location}/bin/apxs
21     --with-zlib=${zlib:location}
22     --with-sqlite=${sqlite3:location}
23     --without-berkeley-db
24 romain 40338 --without-neon
25 romain 40318 --without-ssl
26     --without-sasl
27     --with-serf=${serf:location}
28     --without-apr_memcache
29     --without-gnome-keyring
30     --without-kwallet
31     --without-jdk
32     --without-jikes
33     --without-swig
34     --without-junit
35     --without-ctypesgen
36     --without-ruby-sitedir
37     --without-ruby-test-verbose
38     --disable-nls
39 luke 40174
40 luke 40087 environment =
41     CPPFLAGS=-I${libexpat:location}/include
42 romain 40338 LDFLAGS=-L${libexpat:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${sqlite3:location}/lib -Wl,-rpath -Wl,${serf:location}/lib -Wl,-rpath -Wl,${openssl:location}/lib

  ViewVC Help
Powered by ViewVC 1.1.2