zeromq: fix build (#7596)
pkg-config is also required for release versions.
This commit is contained in:
parent
1aed76002a
commit
aeb73f958f
@ -47,7 +47,7 @@ class Zeromq(AutotoolsPackage):
|
||||
depends_on('autoconf', type='build', when='@develop')
|
||||
depends_on('automake', type='build', when='@develop')
|
||||
depends_on('libtool', type='build', when='@develop')
|
||||
depends_on('pkgconfig', type='build', when='@develop')
|
||||
depends_on('pkgconfig', type='build')
|
||||
|
||||
@when('@develop')
|
||||
def autoreconf(self, spec, prefix):
|
||||
|
Loading…
Reference in New Issue
Block a user