thrift: add missing pkgconfig dependency (#9834)
Without pkgconfig, Spack's openssl cannot be found.
This commit is contained in:
parent
f48820a71e
commit
66ef3c2b18
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ class Thrift(Package):
|
||||||
variant('python', default=True,
|
variant('python', default=True,
|
||||||
description="Build support for python")
|
description="Build support for python")
|
||||||
|
|
||||||
|
depends_on('pkgconfig', type='build')
|
||||||
depends_on('java')
|
depends_on('java')
|
||||||
depends_on('autoconf', type='build')
|
depends_on('autoconf', type='build')
|
||||||
depends_on('automake', type='build')
|
depends_on('automake', type='build')
|
||||||
|
|
Loading…
Reference in a new issue