Commit a77dfaa9 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

util-linux: fix last minute typo in the systemd handling

parent db98c3f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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