Commit 657544b3 authored by Thomas Lechauve's avatar Thomas Lechauve

PCRE library added to compile nginx

parent 82245e3d
[buildout] [buildout]
extends =
../pcre/buildout.cfg
parts = nginx parts = nginx
[nginx] [nginx]
recipe = hexagonit.recipe.cmmi recipe = hexagonit.recipe.cmmi
url = http://nginx.org/download/nginx-1.0.14.tar.gz url = http://nginx.org/download/nginx-1.0.14.tar.gz
version = 1.0.14 configure-options=
\ No newline at end of file --with-ld-opt="-L ${pcre:location}/lib"
--with-cc-opt="-I ${pcre:location}/include"
\ No newline at end of file
[buildout] [buildout]
versions = versions
extends = extends =
../../stack/slapos.cfg ../../stack/slapos.cfg
../../component/nginx/buildout.cfg
parts = html5as parts =
nginx
html5as
[html5as] [html5as]
[versions] [versions]
zc.buildout = 1.6.0-dev-SlapOS-005 zc.buildout = 1.6.0-dev-SlapOS-005
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