看板 DFBSD_bugs 關於我們 聯絡資訊
--pf9I7BMVVzbSWLtt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Feb 01, 2005 at 04:45:40PM +0000, Steve Mynott wrote: > I can't login via SSH with -CURRENT. Can you try building sshd with the attached patch? Joerg --pf9I7BMVVzbSWLtt Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="sshd.diff" Index: Makefile =================================================================== RCS file: /home/joerg/wd/repository/dragonflybsd/src/secure/usr.sbin/sshd/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 5 Sep 2004 11:53:58 -0000 1.6 +++ Makefile 1 Feb 2005 21:50:45 -0000 @@ -57,7 +57,7 @@ .if defined(OPENSSH_USE_POSIX_THREADS) && !defined(NOLIBC_R) CFLAGS+=-DUSE_POSIX_THREADS -LDADD+= -lc_r +LDADD+= -pthread DPADD+= ${LIBC_R} .endif --pf9I7BMVVzbSWLtt--