diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-01-08 09:05:24 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-01-08 09:05:24 +0000 |
| commit | 9f80be8e3d87313d7806d2e8ad29a87b04908e2b (patch) | |
| tree | 2da673aa9c65f2735cf9f43fb3e9812a5b4a768a /secure/lib | |
| parent | ce4bcde831a04d3a294f9efc5c0658a8fde8dbb5 (diff) | |
Notes
Diffstat (limited to 'secure/lib')
| -rw-r--r-- | secure/lib/libssh/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index 2acd5cdda6ee..46b230a83b5d 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 |
