--with-openssl and OPENSSL_OPT
Ondřej Nový
ondrej.novy at gmail.com
Mon Sep 12 19:55:32 UTC 2016
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ý
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx-devel/attachments/20160912/8a437682/attachment.html>
More information about the nginx-devel
mailing list