<div dir="ltr">Hi,<br><div class="gmail_extra"><br><div class="gmail_quote">2016-09-13 18:55 GMT+02:00 Maxim Dounin <span dir="ltr"><<a href="mailto:mdounin@mdounin.ru" target="_blank">mdounin@mdounin.ru</a>></span>:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Try something like this:<br>
<br>
./configure --with-http_ssl_module --with-openssl=/path/to/<wbr>openssl-1.0.2h --with-openssl-opt=no-idea<br>
make<br>
(cd /path/to/openssl-1.0.2h; make depend)<br>
make<br></blockquote><div><br></div><div>this is crazy :). Why you don't add make depend to nginx build phase of OpenSSL? It should not harm anyone and build will succeed for first time.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">> I have built OpenSSL libs, so i have .s + .h files :). How to point nginx<br>
> to this files to static link them please?<br>
<br>
You need .h (include) and .a (static library) files.  Then use<br></blockquote><div><br></div><div>sry, no .s but .a files.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
./configure --with-cc-opt="-I /path/to/openssl/include" --with-ld-opt="-L /path/to/openssl/lib"<br></blockquote><div><br></div><div>that looks cool, I will try it.</div><div><br></div><div>Thanks.</div><div><br></div></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Best regards<br> Ondřej Nový<br><br></div></div></div></div></div>
</div></div>