summaryrefslogtreecommitdiffstats
path: root/secure/lib/libssh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'secure/lib/libssh/Makefile')
-rw-r--r--secure/lib/libssh/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile
index 2acd5cd..46b230a 100644
--- a/secure/lib/libssh/Makefile
+++ b/secure/lib/libssh/Makefile
@@ -21,7 +21,9 @@ SRCS+= getaddrinfo.c getnameinfo.c name6.c rcmd.c bindresvport.c
CFLAGS+= -I${SSHDIR}
.if !defined(NO_KERBEROS)
-CFLAGS+= -DKRB5 -DHEIMDAL
+CFLAGS+= -DGSSAPI -DKRB5 -DHEIMDAL
+DPADD+= ${LIBGSSAPI} ${LIBKRB5} ${LIBASN1} ${LIBCOM_ERR} ${LIBMD} ${LIBROKEN}
+LDADD+= -lgssapi -lkrb5 -lasn1 -lcom_err -lmd -lroken
.endif
NOLINT= true
OpenPOWER on IntegriCloud