[util-linux] disabling systemd (#17008)
If systemd support is enabled, install will attempt to modify files in system systemd directories.
This commit is contained in:
parent
f70b72edc5
commit
11b5fa7170
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ def configure_args(self):
|
|||
config_args = [
|
||||
'--disable-use-tty-group',
|
||||
'--disable-makeinstall-chown',
|
||||
'--without-systemd'
|
||||
]
|
||||
config_args.extend(self.enable_or_disable('libuuid'))
|
||||
return config_args
|
||||
|
|
Loading…
Reference in a new issue