projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db98c3f
)
util-linux: fix last minute typo in the systemd handling
author
Peter Korsgaard
<peter@korsgaard.com>
Thu, 22 Oct 2015 20:53:19 +0000
(22:53 +0200)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/package/util-linux/util-linux.mk
b/package/util-linux/util-linux.mk
index 39ba5441f5fbe619582e904283e59d868d11f0ea..7b68c339e90294d16e9a6dc5877b48c83c86d51f 100644
(file)
--- 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-syste
m
d \
--with-systemdsystemunitdir=no
# We don't want the host-busybox dependency to be added automatically