rrdtool: add --with-systemdsystemunitdir option (#22100)

This commit is contained in:
Tomoyasu Nojiri
2021-03-05 18:30:34 +09:00
committed by GitHub
parent 5fb0ff3906
commit 346e6b3b77

View File

@@ -22,5 +22,7 @@ class Rrdtool(AutotoolsPackage):
depends_on('perl-extutils-makemaker')
def configure_args(self):
args = ['LDFLAGS=-lintl']
args = ['LDFLAGS=-lintl',
"--with-systemdsystemunitdir=" +
self.spec['rrdtool'].prefix.lib.systemd.system]
return args