systemtap: Add depend (#21163)
* systemtap: Add depend * systemtap: Fix depend
This commit is contained in:
parent
2ea336e6aa
commit
644b8b52e2
@ -23,7 +23,10 @@ class Systemtap(AutotoolsPackage):
|
|||||||
version('4.1', sha256='8efa1ee2b34f1c6b2f33a25313287d59c8ed1b00265e900aea874da8baca1e1d')
|
version('4.1', sha256='8efa1ee2b34f1c6b2f33a25313287d59c8ed1b00265e900aea874da8baca1e1d')
|
||||||
|
|
||||||
depends_on('gettext')
|
depends_on('gettext')
|
||||||
depends_on('elfutils')
|
depends_on('elfutils@0.151:')
|
||||||
|
depends_on('sqlite')
|
||||||
|
depends_on('py-setuptools', type='build')
|
||||||
|
depends_on('python', type=('build', 'run'))
|
||||||
|
|
||||||
def configure_args(self):
|
def configure_args(self):
|
||||||
args = ['LDFLAGS=-lintl']
|
args = ['LDFLAGS=-lintl']
|
||||||
|
Loading…
Reference in New Issue
Block a user