[Erp5-report] r40318 romain - /erp5/trunk/buildout/software-profiles/

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Nov 17 10:34:46 CET 2010


Author: romain
Date: Wed Nov 17 10:34:46 2010
New Revision: 40318

URL: http://svn.erp5.org?rev=40318&view=rev
Log:
Add libserf.
Prevent subversion to use system libraries.

Added:
    erp5/trunk/buildout/software-profiles/serf.cfg
Modified:
    erp5/trunk/buildout/software-profiles/subversion.cfg

Added: erp5/trunk/buildout/software-profiles/serf.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/serf.cfg?rev=40318&view=auto
==============================================================================
--- erp5/trunk/buildout/software-profiles/serf.cfg (added)
+++ erp5/trunk/buildout/software-profiles/serf.cfg [utf8] Wed Nov 17 10:34:46 2010
@@ -0,0 +1,15 @@
+[buildout]
+parts =
+  serf
+extends =
+  ../software-profiles/apache.cfg
+  ../software-profiles/openssl.cfg
+
+[serf]
+recipe = hexagonit.recipe.cmmi
+url = http://serf.googlecode.com/files/serf-0.7.0.tar.gz
+md5sum = 3233f22a5875320da7bdc854d0873080
+configure-options =
+  --with-apr=${apache:location}/bin/apr-1-config
+  --with-apr-util=${apache:location}/bin/apu-1-config
+  --with-openssl=${openssl:location}

Modified: erp5/trunk/buildout/software-profiles/subversion.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/subversion.cfg?rev=40318&r1=40317&r2=40318&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/subversion.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/subversion.cfg [utf8] Wed Nov 17 10:34:46 2010
@@ -4,6 +4,7 @@ extends =
   ../software-profiles/libdb.cfg
   ../software-profiles/libexpat.cfg
   ../software-profiles/neon.cfg
+  ../software-profiles/serf.cfg
   ../software-profiles/sqlite3.cfg
   ../software-profiles/zlib.cfg
 parts =
@@ -21,7 +22,21 @@ configure-options =
   --with-sqlite=${sqlite3:location}
   --without-berkeley-db
   --with-neon=${neon:location}
+  --without-ssl
+  --without-sasl
+  --with-serf=${serf:location}
+  --without-apr_memcache
+  --without-gnome-keyring
+  --without-kwallet
+  --without-jdk
+  --without-jikes
+  --without-swig
+  --without-junit
+  --without-ctypesgen
+  --without-ruby-sitedir
+  --without-ruby-test-verbose
+  --disable-nls
 
 environment =
   CPPFLAGS=-I${libexpat:location}/include
-  LDFLAGS=-L${libexpat:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${neon:location}/lib
+  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




More information about the Erp5-report mailing list