[package] lighttpd: configure with OpenSSL support only if the user asks for it
authorFlorian Fainelli <florian@openwrt.org>
Tue, 27 Mar 2012 19:20:26 +0000 (19:20 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Tue, 27 Mar 2012 19:20:26 +0000 (19:20 +0000)
commit8f161fc65c54aee06ed8df1c3d0c8328e3f19865
tree87682f7b800f7746df6ac2b3937a47b8314da834
parentda57c126264c161269cd8b492c3cf06239a49f8c
[package] lighttpd: configure with OpenSSL support only if the user asks for it

SSL support adds a quite large dependency to lighttpd when compiled
in. On a 32 bit platform, libcrypto is roughly 1MB, to which one must
add the size of libssl (roughly 250KB). This is 2 to 5 times the size
of a typical lighttpd embedded installation.

SSL support is only needed if one enables the SSL engine in the
lighttpd.conf configuration file.

This patch introduces a configuration option that allows the user to
choose whether or not he wants to compile SSL support in. It defaults
to 'y' only if libopenssl is already selected (either by active
selection or because libopenssl is a dependency of another package).

Signed-off-by: Emmanuel Deloget <logout@free.fr>
SVN-Revision: 31097
net/lighttpd/Makefile