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