[buildout] extends = ../pcre/buildout.cfg ../zlib/buildout.cfg ../openssl/buildout.cfg parts = nginx [nginx] recipe = hexagonit.recipe.cmmi url = http://nginx.org/download/nginx-1.3.14.tar.gz md5sum = 9b13753c88ea682fddd1495cb36e5d39 configure-options= --with-ipv6 --with-http_ssl_module --with-ld-opt="-L ${zlib:location}/lib -L ${openssl:location}/lib -L ${pcre:location}/lib -Wl,-rpath=${pcre:location}/lib -Wl,-rpath=${zlib:location}/lib -Wl,-rpath=${openssl:location}/lib" --with-cc-opt="-I ${pcre:location}/include -I ${openssl:location}/include -I ${zlib:location}/include"