summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2015-10-22 22:53:19 +0200
committerPeter Korsgaard <peter@korsgaard.com>2015-10-22 22:53:19 +0200
commita77dfaa9848e1241b8bbf34eae41280d8d2935ca (patch)
tree165c7c5c76060b6f859ced44e842a3a956fcd462
parentdb98c3f6c5a27f3cb4b73ad2ad1b766ea38eaf27 (diff)
downloadbuildroot-a77dfaa9848e1241b8bbf34eae41280d8d2935ca.tar.gz
buildroot-a77dfaa9848e1241b8bbf34eae41280d8d2935ca.zip
util-linux: fix last minute typo in the systemd handling
Reported-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/util-linux/util-linux.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/util-linux/util-linux.mk b/package/util-linux/util-linux.mk
index 39ba5441f5..7b68c339e9 100644
--- a/package/util-linux/util-linux.mk
+++ b/package/util-linux/util-linux.mk
@@ -29,7 +29,7 @@ UTIL_LINUX_CONF_OPTS += \
# system depends on util-linux so we enable systemd support
# (which needs systemd to be installed)
UTIL_LINUX_CONF_OPTS += \
- --without-systed \
+ --without-systemd \
--with-systemdsystemunitdir=no
# We don't want the host-busybox dependency to be added automatically
OpenPOWER on IntegriCloud