openssh: depend on krb5+shared when +gssapi (#38034)

This commit is contained in:
snehring
2023-06-01 12:17:44 -05:00
committed by GitHub
parent 24d5b1e645
commit 0c9f0fd40d

View File

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