mirror of git://anongit.mindrot.org/openssh.git
kitchensink test target now needs krb5.
This commit is contained in:
parent
4ae39cada2
commit
d575cf4489
|
@ -22,7 +22,7 @@ set -ex
|
|||
lsb_release -a
|
||||
|
||||
if [ "${TARGETS}" = "kitchensink" ]; then
|
||||
TARGETS="kerberos5 libedit pam sk selinux"
|
||||
TARGETS="krb5 libedit pam sk selinux"
|
||||
fi
|
||||
|
||||
for flag in $CONFIGFLAGS; do
|
||||
|
|
Loading…
Reference in New Issue