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)
commitcd2bf1c486af34a7abe18faec642e68bba4964a6
tree247b71eff6eb5a6632b148e8ba471d0c1e305f72
parent4e439edff074422932ebbaef48a016a193c227f9
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