From a77dfaa9848e1241b8bbf34eae41280d8d2935ca Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 22 Oct 2015 22:53:19 +0200 Subject: [PATCH] util-linux: fix last minute typo in the systemd handling Reported-by: Waldemar Brodkorb Signed-off-by: Peter Korsgaard --- package/util-linux/util-linux.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2