util-linux: fix last minute typo in the systemd handling
authorPeter Korsgaard <peter@korsgaard.com>
Thu, 22 Oct 2015 20:53:19 +0000 (22:53 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 22 Oct 2015 20:53:19 +0000 (22:53 +0200)
Reported-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/util-linux/util-linux.mk

index 39ba5441f5fbe619582e904283e59d868d11f0ea..7b68c339e90294d16e9a6dc5877b48c83c86d51f 100644 (file)
@@ -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