Commit 09b5e203 authored by Rafael Monnerat's avatar Rafael Monnerat

Added nginx component

This was created by Thomas Lechauve originally.
parent 2ca32ea8
[buildout]
extends =
../pcre/buildout.cfg
../zlib/buildout.cfg
parts = nginx
[nginx]
recipe = hexagonit.recipe.cmmi
url = http://nginx.org/download/nginx-1.0.14.tar.gz
configure-options=
--with-ipv6
--with-ld-opt="-L ${pcre:location}/lib -Wl,-rpath=${pcre:location}/lib -Wl,-rpath=${zlib:location}/lib"
--with-cc-opt="-I ${pcre:location}/include"
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