diff options
author | des <des@FreeBSD.org> | 2009-10-05 18:56:18 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2009-10-05 18:56:18 +0000 |
commit | ca197bb5b58d0b6826d0f650d864b096882bfc38 (patch) | |
tree | c0a724955fa00d73a8f3eeb616183aeabeedc5b6 | |
parent | 62e4403f725401265875bae4f62a4432c2dad0e6 (diff) | |
download | FreeBSD-src-ca197bb5b58d0b6826d0f650d864b096882bfc38.zip FreeBSD-src-ca197bb5b58d0b6826d0f650d864b096882bfc38.tar.gz |
pam_ssh needs roaming_dummy to link correctly against libssh.
-rw-r--r-- | lib/libpam/modules/pam_ssh/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libpam/modules/pam_ssh/Makefile b/lib/libpam/modules/pam_ssh/Makefile index f7dcd0c..b638d8b 100644 --- a/lib/libpam/modules/pam_ssh/Makefile +++ b/lib/libpam/modules/pam_ssh/Makefile @@ -7,6 +7,9 @@ LIB= pam_ssh MAN= pam_ssh.8 SRCS= pam_ssh.c +# required when linking with a dynamic libssh +SRCS+= roaming_dummy.c + WARNS?= 0 CFLAGS+= -I${SSHDIR} -include ssh_namespace.h |