Commit 6c8c858e authored by Romain Courteaud's avatar Romain Courteaud

Add libserf.

Prevent subversion to use system libraries.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40318 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2d250a0e
[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}
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment