Commit fcaf4428 authored by Rafael Monnerat's avatar Rafael Monnerat

Use lib folder for zlib

nginx search for libz.a on this path.
parent 2fcc3ba6
......@@ -10,7 +10,7 @@ recipe = hexagonit.recipe.cmmi
url = http://nginx.org/download/nginx-1.0.14.tar.gz
configure-options=
--with-ipv6
--with-zlib=${zlib:location}
--with-zlib=${zlib:location}/lib
--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