summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xvar/spack/repos/builtin/packages/openssh/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/openssh/package.py b/var/spack/repos/builtin/packages/openssh/package.py
index 9eb52bd154..81fa452ed2 100755
--- a/var/spack/repos/builtin/packages/openssh/package.py
+++ b/var/spack/repos/builtin/packages/openssh/package.py
@@ -52,7 +52,7 @@ class Openssh(AutotoolsPackage):
"gssapi", default=True, description="Enable authentication via Kerberos through GSSAPI"
)
- depends_on("krb5", when="+gssapi")
+ depends_on("krb5+shared", when="+gssapi")
depends_on("openssl@:1.0", when="@:7.7p1")
depends_on("openssl")
depends_on("libedit")