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