diff options
-rw-r--r-- | meta-webserver/recipes-httpd/hiawatha/hiawatha_11.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-webserver/recipes-httpd/hiawatha/hiawatha_11.2.bb b/meta-webserver/recipes-httpd/hiawatha/hiawatha_11.2.bb index 169e385da6..098c07e954 100644 --- a/meta-webserver/recipes-httpd/hiawatha/hiawatha_11.2.bb +++ b/meta-webserver/recipes-httpd/hiawatha/hiawatha_11.2.bb | |||
@@ -19,6 +19,8 @@ SYSTEMD_SERVICE:${PN} = "hiawatha.service" | |||
19 | 19 | ||
20 | inherit cmake update-rc.d systemd | 20 | inherit cmake update-rc.d systemd |
21 | 21 | ||
22 | CFLAGS += "-std=gnu17" | ||
23 | |||
22 | EXTRA_OECMAKE = " -DENABLE_IPV6=OFF \ | 24 | EXTRA_OECMAKE = " -DENABLE_IPV6=OFF \ |
23 | -DENABLE_CACHE=OFF \ | 25 | -DENABLE_CACHE=OFF \ |
24 | -DENABLE_DEBUG=OFF \ | 26 | -DENABLE_DEBUG=OFF \ |