summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-05-27 13:54:26 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-05-27 13:54:26 +0000
commit58f0eee2e6af76cd0a9335e1b9666a3e3d61ab8d (patch)
tree7bf7ba6fee06f3506a9b66972e68e0d5cd9ae968
parentaad8776a0c6c20b3b5452d3ddbe3e84b566461b0 (diff)
downloadptxdist-58f0eee2e6af76cd0a9335e1b9666a3e3d61ab8d.tar.gz
ptxdist-58f0eee2e6af76cd0a9335e1b9666a3e3d61ab8d.tar.xz
[lighhtpd] add openssl support
Patch from: Markus Rathgeb <rathgeb.markus@gmail.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10575 33e552b5-05e3-0310-8538-816dae2090ed
-rw-r--r--rules/lighttpd.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/rules/lighttpd.in b/rules/lighttpd.in
index c4417799..94c165fc 100644
--- a/rules/lighttpd.in
+++ b/rules/lighttpd.in
@@ -6,6 +6,8 @@ menuconfig LIGHTTPD
select BZIP2 if LIGHTTPD__BZ2LIB
select BZIP2__LIBBZ2 if LIGHTTPD__BZ2LIB
select LIBPCRE if LIGHTTPD__PCRE
+ select OPENSSL if LIGHTTPD__OPENSSL
+ select OPENSSL_SHARED if LIGHTTPD__OPENSSL
help
Security, speed, compliance, and flexibility -- all of
these describe lighttpd (pron. lighty) which is rapidly
@@ -62,7 +64,7 @@ config LIGHTTPD__ATTR
config LIGHTTPD__OPENSSL
bool
-# prompt "openssl support"
+ prompt "openssl support"
help
Include openssl support.
@@ -75,7 +77,7 @@ config LIGHTTPD__KERBEROS
config LIGHTTPD__PCRE
bool
- select LIBPCRE
+ select LIBPCRE
prompt "pcre support"
help
Enable pcre support.