pandaseq: needs bzip and libtool as link (#7465)

This commit is contained in:
Levi Baber 2018-03-21 16:52:46 -05:00 committed by Adam J. Stewart
parent de52c175de
commit 720a4854c2

View File

@ -38,10 +38,11 @@ class Pandaseq(AutotoolsPackage):
depends_on('autoconf', 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('zlib', type='build')
depends_on('pkg-config', type='build')
depends_on('bzip2', type='link')
def autoreconf(self, spec, prefix):
bash = which('bash')