summaryrefslogtreecommitdiff
path: root/recipes-extended/lighttpd/lighttpd_1.4.33.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/lighttpd/lighttpd_1.4.33.bbappend')
-rw-r--r--recipes-extended/lighttpd/lighttpd_1.4.33.bbappend5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-extended/lighttpd/lighttpd_1.4.33.bbappend b/recipes-extended/lighttpd/lighttpd_1.4.33.bbappend
new file mode 100644
index 0000000..885737e
--- /dev/null
+++ b/recipes-extended/lighttpd/lighttpd_1.4.33.bbappend
@@ -0,0 +1,5 @@
+# build with openssl support
+DEPENDS += " openssl "
+RDEPENDS_${PN} += " openssl "
+
+EXTRA_OECONF += "--with-openssl"