[oe-commits] Qian Lei : lighttpd: Use PACKAGECONFIG to enable openssl

git at git.openembedded.org git at git.openembedded.org
Thu Jan 29 15:37:09 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 549c9cb6a7b0e989ffcefed8219eedaa6f13c6c8
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=549c9cb6a7b0e989ffcefed8219eedaa6f13c6c8

Author: Qian Lei <qianl.fnst at cn.fujitsu.com>
Date:   Thu Jan 22 14:01:09 2015 +0800

lighttpd: Use PACKAGECONFIG to enable openssl

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

Signed-off-by: Qian Lei <qianl.fnst at cn.fujitsu.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-extended/lighttpd/lighttpd_1.4.35.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.35.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.35.bb
index 20d5c1c..0cf5aa2 100644
--- a/meta/recipes-extended/lighttpd/lighttpd_1.4.35.bb
+++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.35.bb
@@ -29,6 +29,9 @@ SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.t
 SRC_URI[md5sum] = "f7a88130ee9984b421ad8aa80629750a"
 SRC_URI[sha256sum] = "4a71c1f6d8af41ed894b507720c4c17184dc320590013881d5170ca7f15c5bf7"
 
+PACKAGECONFIG ??= "openssl"
+PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl"
+
 EXTRA_OECONF = " \
              --without-bzip2 \
              --without-ldap \
@@ -37,7 +40,6 @@ EXTRA_OECONF = " \
              --with-pcre \
              --without-webdav-props \
              --without-webdav-locks \
-             --without-openssl \
              --disable-static \
 "
 



More information about the Openembedded-commits mailing list