Date: Wed, 01 Mar 2000 15:51:16 +0100 From: Erwan Arzur <erwan@netvalue.com> To: freebsd-current@freebsd.org Subject: Little patch to make pam_ssh work ... Message-ID: <38BD2E64.FFAA79D4@netvalue.com>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------E999449B4E25553C77BA42CB Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Attached is a little patch that make /usr/src/lib/libpam/modules/pam_ssh work as expected (else it bombs directly with unresolved symbols). -- UNIX *IS* user friendly. It's just selective about who its friends are. --unknown --------------E999449B4E25553C77BA42CB Content-Type: text/plain; charset=us-ascii; name="Makefile.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Makefile.patch" Index: Makefile =================================================================== RCS file: /space3/ncvs/src/lib/libpam/modules/pam_ssh/Makefile,v retrieving revision 1.1 diff -c -r1.1 Makefile *** Makefile 2000/02/24 22:24:37 1.1 --- Makefile 2000/03/01 14:48:06 *************** *** 8,14 **** SRCS= log-client.c pam_ssh.c CFLAGS+= -Wall -I${SSHSRC} DPADD+= ${LIBCRYPTO} ${LIBCRYPT} ${LIBUTIL} ${LIBZ} ${LIBGCC_PIC} ! LDADD+= -lcrypto -lcrypt -lutil -lz -lgcc_pic INTERNALLIB= yes INTERNALSTATICLIB=yes --- 8,14 ---- SRCS= log-client.c pam_ssh.c CFLAGS+= -Wall -I${SSHSRC} DPADD+= ${LIBCRYPTO} ${LIBCRYPT} ${LIBUTIL} ${LIBZ} ${LIBGCC_PIC} ! LDADD+= -L${.OBJDIR}/../../../../secure/lib/libssh -lcrypto -lcrypt -lutil -lz -lgcc_pic -lssh INTERNALLIB= yes INTERNALSTATICLIB=yes --------------E999449B4E25553C77BA42CB-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38BD2E64.FFAA79D4>