sshd broken in -CURRENT?

Joerg Sonnenberger joerg at britannica.bec.de
Tue Feb 1 14:05:00 PST 2005


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
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
 




More information about the Bugs mailing list