From f9a1018d27f7f4710d006c8121772fa10b0763bb Mon Sep 17 00:00:00 2001 From: des Date: Thu, 8 Jan 2004 09:05:24 +0000 Subject: Enable GSSAPI support. [1] Also remove some duplicates from ssh's SRCS. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Submitted by: [1] Björn Grönvall --- secure/lib/libssh/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'secure/lib') 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 -- cgit v1.1