| 1 |
romain |
40318 |
[buildout]
|
| 2 |
|
|
parts =
|
| 3 |
|
|
serf
|
| 4 |
|
|
extends =
|
| 5 |
|
|
../software-profiles/apache.cfg
|
| 6 |
|
|
../software-profiles/openssl.cfg
|
| 7 |
luke |
40321 |
../software-profiles/zlib.cfg
|
| 8 |
romain |
40318 |
|
| 9 |
|
|
[serf]
|
| 10 |
|
|
recipe = hexagonit.recipe.cmmi
|
| 11 |
|
|
url = http://serf.googlecode.com/files/serf-0.7.0.tar.gz
|
| 12 |
|
|
md5sum = 3233f22a5875320da7bdc854d0873080
|
| 13 |
|
|
configure-options =
|
| 14 |
|
|
--with-apr=${apache:location}/bin/apr-1-config
|
| 15 |
|
|
--with-apr-util=${apache:location}/bin/apu-1-config
|
| 16 |
|
|
--with-openssl=${openssl:location}
|
| 17 |
luke |
40321 |
environment =
|
| 18 |
|
|
CFLAGS=-I${zlib:location}/include
|
| 19 |
|
|
LDFLAGS=-Wl,-rpath -Wl,${zlib:location}/lib
|