From a6b8f434d98a4f6411b52dd8364ceac1a702f5d1 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Tue, 10 Jul 2018 08:44:58 -0400 Subject: hiawatha: use the correct CMAKE flag to disable TLS Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- meta-webserver/recipes-httpd/hiawatha/hiawatha_10.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-webserver') diff --git a/meta-webserver/recipes-httpd/hiawatha/hiawatha_10.7.bb b/meta-webserver/recipes-httpd/hiawatha/hiawatha_10.7.bb index 4c3ca556bd..a6926d8f44 100644 --- a/meta-webserver/recipes-httpd/hiawatha/hiawatha_10.7.bb +++ b/meta-webserver/recipes-httpd/hiawatha/hiawatha_10.7.bb @@ -23,7 +23,7 @@ inherit cmake update-rc.d systemd EXTRA_OECMAKE = " -DENABLE_IPV6=OFF \ -DENABLE_CACHE=OFF \ -DENABLE_DEBUG=OFF \ - -DENABLE_SSL=OFF \ + -DENABLE_TLS=OFF \ -DENABLE_TOOLKIT=OFF \ -DENABLE_CHROOT=OFF \ -DENABLE_XSLT=ON \ -- cgit 1.2.3-korg