1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

- force kerberos by option WITH_GSSAPI

This commit is contained in:
Dirk Meyer 2004-04-03 05:18:28 +00:00
parent 76b7a01e5e
commit c07ec24865
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106002
2 changed files with 4 additions and 4 deletions

View File

@ -46,7 +46,7 @@ CONFIGURE_ARGS+= --with-tcp-wrappers
CONFIGURE_ARGS+= --disable-suid-ssh
.endif
.if defined(KRB5_HOME) && exists(${KRB5_HOME})
.if defined(KRB5_HOME) && exists(${KRB5_HOME}) || defined(WITH_GSSAPI)
PORTABLE_SUFFIX=
GSSAPI_SUFFIX= -gssapi
CONFLICTS+= openssh-portable-*
@ -129,7 +129,7 @@ test:
.include <bsd.port.pre.mk>
.if defined(KRB5_HOME) && exists(${KRB5_HOME})
.if defined(KRB5_HOME) && exists(${KRB5_HOME}) || defined(WITH_GSSAPI)
.if ${OPENSSLBASE} == "/usr"
CONFIGURE_ARGS+= --without-rpath
LDFLAGS=

View File

@ -46,7 +46,7 @@ CONFIGURE_ARGS+= --with-tcp-wrappers
CONFIGURE_ARGS+= --disable-suid-ssh
.endif
.if defined(KRB5_HOME) && exists(${KRB5_HOME})
.if defined(KRB5_HOME) && exists(${KRB5_HOME}) || defined(WITH_GSSAPI)
PORTABLE_SUFFIX=
GSSAPI_SUFFIX= -gssapi
CONFLICTS+= openssh-portable-*
@ -129,7 +129,7 @@ test:
.include <bsd.port.pre.mk>
.if defined(KRB5_HOME) && exists(${KRB5_HOME})
.if defined(KRB5_HOME) && exists(${KRB5_HOME}) || defined(WITH_GSSAPI)
.if ${OPENSSLBASE} == "/usr"
CONFIGURE_ARGS+= --without-rpath
LDFLAGS=