svn commit: r197786 - head/lib/libpam/modules/pam_ssh

Dag-Erling Smorgrav des at FreeBSD.org
Mon Oct 5 18:56:18 UTC 2009


Author: des
Date: Mon Oct  5 18:56:18 2009
New Revision: 197786
URL: http://svn.freebsd.org/changeset/base/197786

Log:
  pam_ssh needs roaming_dummy to link correctly against libssh.

Modified:
  head/lib/libpam/modules/pam_ssh/Makefile

Modified: head/lib/libpam/modules/pam_ssh/Makefile
==============================================================================
--- head/lib/libpam/modules/pam_ssh/Makefile	Mon Oct  5 18:55:13 2009	(r197785)
+++ head/lib/libpam/modules/pam_ssh/Makefile	Mon Oct  5 18:56:18 2009	(r197786)
@@ -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
 


More information about the svn-src-head mailing list