xfsprogs: add --with-systemd-unit-dir option (#22075)
This commit is contained in:
parent
d3b10b04c1
commit
d7c4f7b7e6
@ -27,7 +27,9 @@ def setup_build_environment(self, env):
|
||||
self.spec['util-linux'].prefix.include.blkid)
|
||||
|
||||
def configure_args(self):
|
||||
args = ['LDFLAGS=-lintl']
|
||||
args = ['LDFLAGS=-lintl',
|
||||
"--with-systemd-unit-dir=" +
|
||||
self.spec['xfsprogs'].prefix.lib.systemd.system]
|
||||
return args
|
||||
|
||||
def install(self, spec, prefix):
|
||||
|
Loading…
Reference in New Issue
Block a user