diff options
author | Derek Straka <derek@asterius.io> | 2018-07-10 08:44:58 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-07-12 07:19:43 -0700 |
commit | a6b8f434d98a4f6411b52dd8364ceac1a702f5d1 (patch) | |
tree | 4b478ef584ccaade7175afe251f00e17691e30fa /meta-webserver/recipes-httpd/hiawatha | |
parent | e433ef881b555220c91af640d6bc83fe28a65cc4 (diff) | |
download | meta-openembedded-a6b8f434d98a4f6411b52dd8364ceac1a702f5d1.tar.gz |
hiawatha: use the correct CMAKE flag to disable TLS
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-webserver/recipes-httpd/hiawatha')
-rw-r--r-- | meta-webserver/recipes-httpd/hiawatha/hiawatha_10.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-webserver/recipes-httpd/hiawatha/hiawatha_10.7.bb b/meta-webserver/recipes-httpd/hiawatha/hiawatha_10.7.bb index 4c3ca556b..a6926d8f4 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 | |||
23 | EXTRA_OECMAKE = " -DENABLE_IPV6=OFF \ | 23 | EXTRA_OECMAKE = " -DENABLE_IPV6=OFF \ |
24 | -DENABLE_CACHE=OFF \ | 24 | -DENABLE_CACHE=OFF \ |
25 | -DENABLE_DEBUG=OFF \ | 25 | -DENABLE_DEBUG=OFF \ |
26 | -DENABLE_SSL=OFF \ | 26 | -DENABLE_TLS=OFF \ |
27 | -DENABLE_TOOLKIT=OFF \ | 27 | -DENABLE_TOOLKIT=OFF \ |
28 | -DENABLE_CHROOT=OFF \ | 28 | -DENABLE_CHROOT=OFF \ |
29 | -DENABLE_XSLT=ON \ | 29 | -DENABLE_XSLT=ON \ |