Enabled openssl defalutly to use https, just like ubuntu do.

Signed-off-by: Qian Lei <[email protected]>
---
 meta/recipes-extended/lighttpd/lighttpd_1.4.35.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.35.bb 
b/meta/recipes-extended/lighttpd/lighttpd_1.4.35.bb
index 20d5c1c..b320486 100644
--- a/meta/recipes-extended/lighttpd/lighttpd_1.4.35.bb
+++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.35.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=e4dac5c6ab169aa212feb5028853a579"
 PR = "r1"
 
 SECTION = "net"
-DEPENDS = "zlib libpcre"
+DEPENDS = "zlib libpcre openssl"
 RDEPENDS_${PN} += " \
                lighttpd-module-access \
                lighttpd-module-accesslog \
@@ -37,7 +37,7 @@ EXTRA_OECONF = " \
              --with-pcre \
              --without-webdav-props \
              --without-webdav-locks \
-             --without-openssl \
+             --with-openssl \
              --disable-static \
 "
 
-- 
1.8.3.1

-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to