From b7ab8b3f155b382b1fe2bb103038c6f23715d8ca Mon Sep 17 00:00:00 2001 From: Antoine Catton <acatton@tiolive.com> Date: Thu, 30 Aug 2012 15:13:04 +0900 Subject: [PATCH] Fix zlib linking on nginx (cherry picked from commit 838a68ce701caa6a3f6c833b913b05f56ac055af) --- component/nginx/buildout.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/component/nginx/buildout.cfg b/component/nginx/buildout.cfg index 531d1ce4d..bbbd82852 100644 --- a/component/nginx/buildout.cfg +++ b/component/nginx/buildout.cfg @@ -12,6 +12,6 @@ url = http://nginx.org/download/nginx-1.0.14.tar.gz configure-options= --with-ipv6 --with-http_ssl_module - --with-ld-opt="-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" + --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" -- 2.30.9