ports/58156: [patch] openssh-portable without kerberos
Matt Peterson
matt at peterson.org
Fri Oct 17 06:20:23 UTC 2003
>Number: 58156
>Category: ports
>Synopsis: [patch] openssh-portable without kerberos
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Thu Oct 16 23:20:19 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Matt Peterson
>Release: FreeBSD 4.9-PRERELEASE i386
>Organization:
Bay Area Wireless Users Group
>Environment:
>Description:
For those who build OpenSSH on embedded systems without the need for
Kerberos, this simple patch provides a knob.
make OPENSSH_OVERWRITE_BASE=1 WITHOUT_KERBEROS=1 BATCH=1 package
>How-To-Repeat:
>Fix:
--- /home/matt/Makefile.orig Thu Oct 16 23:05:09 2003
+++ Makefile Thu Oct 16 23:06:17 2003
@@ -80,7 +80,7 @@
CONFIGURE_ARGS+= --with-kerberos5=${KRB5_HOME}
.else
CONFLICTS+= openssh-gssapi-*
-.if exists(/usr/include/krb5.h)
+.if exists(/usr/include/krb5.h) && !defined(WITHOUT_KERBEROS)
CONFIGURE_ARGS+= --with-kerberos5
EXTRA_PATCHES+= ${FILESDIR}/gss-serv.c.patch
.endif
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list