[Buildroot] [PATCH 07/32] package/systemd: explicitly --enable/disable-microhttpd

Gabe Evans gabe at hashrabbit.co
Thu Feb 25 21:55:16 UTC 2016


Signed-off-by: Gabe Evans <gabe at hashrabbit.co>
---
 package/systemd/systemd.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk
index 18e0c5c..639b8a5 100644
--- a/package/systemd/systemd.mk
+++ b/package/systemd/systemd.mk
@@ -122,6 +122,7 @@ endif
 
 ifeq ($(BR2_PACKAGE_SYSTEMD_JOURNAL_GATEWAY),y)
 SYSTEMD_DEPENDENCIES += libmicrohttpd
+SYSTEMD_CONF_OPTS += --enable-microhttpd
 else
 SYSTEMD_CONF_OPTS += --disable-microhttpd
 endif
-- 
1.9.1




More information about the buildroot mailing list