summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabe Evans <gabe@hashrabbit.co>2016-02-25 21:55:16 +0000
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-29 22:47:23 +0100
commita1a4b2809e8f7668e920152fdf3b26d59cbd1c6a (patch)
tree987baa420afae7bfc747a95059b77a80818ecd6e
parent1661d6678187e92e4ce13d6de03ba24ae0cbba1d (diff)
downloadbuildroot-a1a4b2809e8f7668e920152fdf3b26d59cbd1c6a.tar.gz
buildroot-a1a4b2809e8f7668e920152fdf3b26d59cbd1c6a.zip
package/systemd: explicitly --enable-microhttpd
Signed-off-by: Gabe Evans <gabe@hashrabbit.co> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> [Thomas: fix commit title.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/systemd/systemd.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk
index 068156113d..87fdbd7f6e 100644
--- a/package/systemd/systemd.mk
+++ b/package/systemd/systemd.mk
@@ -126,6 +126,7 @@ endif
ifeq ($(BR2_PACKAGE_SYSTEMD_JOURNAL_GATEWAY),y)
SYSTEMD_DEPENDENCIES += libmicrohttpd
+SYSTEMD_CONF_OPTS += --enable-microhttpd
else
SYSTEMD_CONF_OPTS += --disable-microhttpd
endif
OpenPOWER on IntegriCloud