[OE-core] [PATCH] lighttpd: Enable openssl

Qian Lei qianl.fnst at cn.fujitsu.com
Thu Jan 22 04:15:15 UTC 2015


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

Signed-off-by: Qian Lei <qianl.fnst at cn.fujitsu.com>
---
 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




More information about the Openembedded-core mailing list