--with-openssl and OPENSSL_OPT

Maxim Dounin mdounin at mdounin.ru
Tue Sep 13 19:37:13 UTC 2016


Hello!

On Tue, Sep 13, 2016 at 09:13:24PM +0200, Ondřej Nový wrote:

> Hi,
> 
> 2016-09-13 18:55 GMT+02:00 Maxim Dounin <mdounin at mdounin.ru>:
> >
> > Try something like this:
> >
> > ./configure --with-http_ssl_module --with-openssl=/path/to/openssl-1.0.2h
> > --with-openssl-opt=no-idea
> > make
> > (cd /path/to/openssl-1.0.2h; make depend)
> > make
> >
> 
> 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.

There is no way to find out if "make depend" is needed or not.  
On the other hand, it has noticeable cost, and not needed in most 
cases.

-- 
Maxim Dounin
http://nginx.org/



More information about the nginx-devel mailing list