From: Peter Korsgaard Date: Thu, 22 Oct 2015 20:53:19 +0000 (+0200) Subject: util-linux: fix last minute typo in the systemd handling X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a77dfaa9848e1241b8bbf34eae41280d8d2935ca;p=buildroot.git util-linux: fix last minute typo in the systemd handling Reported-by: Waldemar Brodkorb Signed-off-by: Peter Korsgaard --- 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