Add kerberos5 support
This commit is contained in:
@@ -5,6 +5,6 @@ url: https://www.openssh.com/
|
|||||||
license: BSD-2-Clause,BSD-3-Clause,ISC,LicenseRef-Public-Domain,MIT
|
license: BSD-2-Clause,BSD-3-Clause,ISC,LicenseRef-Public-Domain,MIT
|
||||||
architecture: any
|
architecture: any
|
||||||
type: source
|
type: source
|
||||||
depends: ["glibc","libmd","libxcrypt","openssl","pam","zlib","shadow"]
|
depends: ["glibc","krb5","libmd","libxcrypt","openssl","pam","zlib","shadow"]
|
||||||
optional_depends: ["sh","xorg-xauth"]
|
optional_depends: ["sh","xorg-xauth"]
|
||||||
keep: ["etc/ssh/"]
|
keep: ["etc/ssh/"]
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ build() {
|
|||||||
--with-default-path=/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin \
|
--with-default-path=/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin \
|
||||||
--with-superuser-path=/usr/sbin:/usr/bin \
|
--with-superuser-path=/usr/sbin:/usr/bin \
|
||||||
--with-pid-dir=/run \
|
--with-pid-dir=/run \
|
||||||
|
--with-kerberos5=/usr \
|
||||||
--with-pam
|
--with-pam
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user