From owner-freebsd-current Wed Mar 1 6:51:35 2000 Delivered-To: freebsd-current@freebsd.org Received: from netvalue-gw.netvalue.fr (netvalue-gw.netvalue.fr [195.115.44.161]) by hub.freebsd.org (Postfix) with ESMTP id C5FAC37BD0C for ; Wed, 1 Mar 2000 06:51:26 -0800 (PST) (envelope-from erwan@netvalue.com) Received: (from bin@localhost) by netvalue-gw.netvalue.fr (8.9.3/8.8.8) id PAA68911 for ; Wed, 1 Mar 2000 15:51:22 +0100 (CET) (envelope-from erwan@netvalue.com) X-Authentication-Warning: netvalue-gw.netvalue.fr: bin set sender to using -f Received: from (dauphine.netvalue.fr [192.168.1.13]) by netvalue-gw.netvalue.fr via smap (V2.1) id xma068909; Wed, 1 Mar 00 15:51:17 +0100 Received: from netvalue.com ([192.168.1.100]) by mail.netvalue.fr (Netscape Messaging Server 3.6) with ESMTP id AAA25FF for ; Wed, 1 Mar 2000 15:51:16 +0100 Message-ID: <38BD2E64.FFAA79D4@netvalue.com> Date: Wed, 01 Mar 2000 15:51:16 +0100 From: Erwan Arzur Organization: NetValue S.A. X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en, fr-FR MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Little patch to make pam_ssh work ... Content-Type: multipart/mixed; boundary="------------E999449B4E25553C77BA42CB" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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