Hi,

I want to use OpenSSL 1.0.2 static linked with nginx. So I'm using
--with-openssl option. But I want to set OpenSSL configure options. Option
OPENSSL_OPT looks like correct way.

If I set this variable:
export OPENSSL_OPT=no-idea

After OpenSSL configure I got message:
*** Because of configuration changes, you MUST do the following before
*** building:

make depend

And building fails:
make[5]: *** No rule to make target '../../include/openssl/idea.h', needed
by 'e_idea.o'.  Stop.

I think you are not calling "make depend" after configuration of OpenSSL
(auto/lib/openssl/make*).

Thanks for help.

-- 
Best regards
 Ondřej Nový
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel

Reply via email to