rrdtool: add --with-systemdsystemunitdir option (#22100)
This commit is contained in:
parent
5fb0ff3906
commit
346e6b3b77
@ -22,5 +22,7 @@ class Rrdtool(AutotoolsPackage):
|
|||||||
depends_on('perl-extutils-makemaker')
|
depends_on('perl-extutils-makemaker')
|
||||||
|
|
||||||
def configure_args(self):
|
def configure_args(self):
|
||||||
args = ['LDFLAGS=-lintl']
|
args = ['LDFLAGS=-lintl',
|
||||||
|
"--with-systemdsystemunitdir=" +
|
||||||
|
self.spec['rrdtool'].prefix.lib.systemd.system]
|
||||||
return args
|
return args
|
||||||
|
Loading…
Reference in New Issue
Block a user