[nettle] depend on spack managed openssl (#40783)
This commit is contained in:
parent
2d71c6bb8e
commit
7cad4bb8d9
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ class Nettle(AutotoolsPackage, GNUMirrorPackage):
|
|||
|
||||
depends_on("gmp")
|
||||
depends_on("m4", type="build")
|
||||
depends_on("openssl")
|
||||
|
||||
def configure_args(self):
|
||||
return ["CFLAGS={0}".format(self.compiler.c99_flag)]
|
||||
|
|
Loading…
Reference in a new issue