pandaseq: needs bzip and libtool as link (#7465)
This commit is contained in:
parent
de52c175de
commit
720a4854c2
@ -38,10 +38,11 @@ class Pandaseq(AutotoolsPackage):
|
|||||||
|
|
||||||
depends_on('autoconf', type='build')
|
depends_on('autoconf', type='build')
|
||||||
depends_on('automake', type='build')
|
depends_on('automake', type='build')
|
||||||
depends_on('libtool', type='build')
|
depends_on('libtool', type=('build', 'link'))
|
||||||
depends_on('m4', type='build')
|
depends_on('m4', type='build')
|
||||||
depends_on('zlib', type='build')
|
depends_on('zlib', type='build')
|
||||||
depends_on('pkg-config', type='build')
|
depends_on('pkg-config', type='build')
|
||||||
|
depends_on('bzip2', type='link')
|
||||||
|
|
||||||
def autoreconf(self, spec, prefix):
|
def autoreconf(self, spec, prefix):
|
||||||
bash = which('bash')
|
bash = which('bash')
|
||||||
|
Loading…
Reference in New Issue
Block a user