On Tue, Nov 15, 2011 at 10:30 AM, dannynoonan <nginx-forum@nginx.us> wrote:
> Hey agentzh, could you provide tips on how I could cut down this list of
> dynamically linked libs:
>
[snip]
>
> Specifically, I'd really like to remove libdrizzle as a dependency on
> the target machine and just have the compile pull it in at link time.
>
Try
./configure --with-ld-opt="-static" ...
while building ngx_openresty :)
Regards,
-agentzh
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx