[nettle] depend on spack managed openssl (#40783)

This commit is contained in:
Jen Herting 2023-11-22 14:37:36 -05:00 committed by GitHub
parent 2d71c6bb8e
commit 7cad4bb8d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)]