From 09b5e2036a615293f83d6de34cde9b486aa975a8 Mon Sep 17 00:00:00 2001
From: Rafael Monnerat <rafael@nexedi.com>
Date: Mon, 18 Jun 2012 10:15:04 +0200
Subject: [PATCH] Added nginx component

This was created by Thomas Lechauve originally.
---
 component/nginx/buildout.cfg | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 component/nginx/buildout.cfg

diff --git a/component/nginx/buildout.cfg b/component/nginx/buildout.cfg
new file mode 100644
index 000000000..9ff3decc0
--- /dev/null
+++ b/component/nginx/buildout.cfg
@@ -0,0 +1,15 @@
+[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"
+
-- 
2.30.9