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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 40337, Wed Nov 17 16:18:30 2010 UTC revision 40338, Wed Nov 17 16:23:44 2010 UTC
# Line 3  extends = Line 3  extends =
3    ../software-profiles/apache.cfg    ../software-profiles/apache.cfg
4    ../software-profiles/libdb.cfg    ../software-profiles/libdb.cfg
5    ../software-profiles/libexpat.cfg    ../software-profiles/libexpat.cfg
   ../software-profiles/neon.cfg  
6    ../software-profiles/serf.cfg    ../software-profiles/serf.cfg
7    ../software-profiles/sqlite3.cfg    ../software-profiles/sqlite3.cfg
8    ../software-profiles/zlib.cfg    ../software-profiles/zlib.cfg
9      ../software-profiles/openssl.cfg
10  parts =  parts =
11    subversion    subversion
12    
# Line 21  configure-options = Line 21  configure-options =
21    --with-zlib=${zlib:location}    --with-zlib=${zlib:location}
22    --with-sqlite=${sqlite3:location}    --with-sqlite=${sqlite3:location}
23    --without-berkeley-db    --without-berkeley-db
24    --with-neon=${neon:location}    --without-neon
25    --without-ssl    --without-ssl
26    --without-sasl    --without-sasl
27    --with-serf=${serf:location}    --with-serf=${serf:location}
# Line 39  configure-options = Line 39  configure-options =
39    
40  environment =  environment =
41    CPPFLAGS=-I${libexpat:location}/include    CPPFLAGS=-I${libexpat:location}/include
42    LDFLAGS=-L${libexpat:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${neon:location}/lib -Wl,-rpath -Wl,${sqlite3:location}/lib -Wl,-rpath -Wl,${serf:location}/lib    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

Legend:
Removed from v.40337  
changed lines
  Added in v.40338

  ViewVC Help
Powered by ViewVC 1.1.2