mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
If KRB5_HOME is defined, compile ssh with krb5 support.
This commit is contained in:
parent
d6f233115b
commit
3412dccd60
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12245
@ -3,7 +3,7 @@
|
||||
# Date created: 30 Jul 1995
|
||||
# Whom: torstenb@FreeBSD.ORG
|
||||
#
|
||||
# $Id: Makefile,v 1.57 1998/07/11 23:10:50 imp Exp $
|
||||
# $Id: Makefile,v 1.58 1998/07/25 19:46:37 asami Exp $
|
||||
#
|
||||
# Maximal ssh package requires YES values for
|
||||
# USE_PERL, USE_TCPWRAP
|
||||
@ -58,6 +58,10 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --with-etcdir=${PREFIX}/etc
|
||||
CONFIGURE_ARGS+= --with-rsaref
|
||||
.endif
|
||||
|
||||
.if defined(KRB5_HOME) && exists(${KRB5_HOME})
|
||||
CONFIGURE_ARGS+=--with-kerberos5=${KRB5_HOME} --enable-kerberos-tgt-passing
|
||||
.endif
|
||||
|
||||
# Include support for the SecureID card
|
||||
# Warning: untested !
|
||||
.if defined(USE_SECUREID) && ${USE_SECUREID} == YES
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: 30 Jul 1995
|
||||
# Whom: torstenb@FreeBSD.ORG
|
||||
#
|
||||
# $Id: Makefile,v 1.57 1998/07/11 23:10:50 imp Exp $
|
||||
# $Id: Makefile,v 1.58 1998/07/25 19:46:37 asami Exp $
|
||||
#
|
||||
# Maximal ssh package requires YES values for
|
||||
# USE_PERL, USE_TCPWRAP
|
||||
@ -58,6 +58,10 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --with-etcdir=${PREFIX}/etc
|
||||
CONFIGURE_ARGS+= --with-rsaref
|
||||
.endif
|
||||
|
||||
.if defined(KRB5_HOME) && exists(${KRB5_HOME})
|
||||
CONFIGURE_ARGS+=--with-kerberos5=${KRB5_HOME} --enable-kerberos-tgt-passing
|
||||
.endif
|
||||
|
||||
# Include support for the SecureID card
|
||||
# Warning: untested !
|
||||
.if defined(USE_SECUREID) && ${USE_SECUREID} == YES
|
||||
|
Loading…
Reference in New Issue
Block a user