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

  ViewVC Help
Powered by ViewVC 1.1.2