openssh: depend on krb5+shared when +gssapi (#38034)
This commit is contained in:
parent
24d5b1e645
commit
0c9f0fd40d
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user