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 <[email protected]>: > > > > 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/ _______________________________________________ nginx-devel mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx-devel
