Add kerberos5 support

This commit is contained in:
2025-03-12 13:36:26 +02:00
parent 0608afdc98
commit 451a21c35e
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -5,6 +5,6 @@ url: https://www.openssh.com/
license: BSD-2-Clause,BSD-3-Clause,ISC,LicenseRef-Public-Domain,MIT
architecture: any
type: source
depends: ["glibc","libmd","libxcrypt","openssl","pam","zlib","shadow"]
depends: ["glibc","krb5","libmd","libxcrypt","openssl","pam","zlib","shadow"]
optional_depends: ["sh","xorg-xauth"]
keep: ["etc/ssh/"]
+1
View File
@@ -21,6 +21,7 @@ build() {
--with-default-path=/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin \
--with-superuser-path=/usr/sbin:/usr/bin \
--with-pid-dir=/run \
--with-kerberos5=/usr \
--with-pam
make
}