From 5a36cfc6d3de661aee9d1af77ddcdc3391707914 Mon Sep 17 00:00:00 2001 From: des Date: Thu, 9 Jan 2003 08:36:05 +0000 Subject: ia64 and sparc64 both have libc_r now. --- secure/usr.sbin/sshd/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'secure/usr.sbin') diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile index 31a4f02..386acdf 100644 --- a/secure/usr.sbin/sshd/Makefile +++ b/secure/usr.sbin/sshd/Makefile @@ -41,8 +41,7 @@ CFLAGS+= -DXAUTH_PATH=\"${X11BASE}/bin/xauth\" LDADD+= -lssh -lcrypt -lcrypto -lutil -lz -lwrap ${MINUSLPAM} DPADD+= ${LIBSSH} ${LIBCRYPT} ${LIBCRYPTO} ${LIBUTIL} ${LIBZ} ${LIBWRAP} ${LIBPAM} -.if defined(OPENSSH_USE_POSIX_THREADS) && \ - !defined(NOLIBC_R) && ${MACHINE_ARCH} != ia64 && ${MACHINE_ARCH} != sparc64 +.if defined(OPENSSH_USE_POSIX_THREADS) && !defined(NOLIBC_R) CFLAGS+=-DUSE_POSIX_THREADS LDADD+= -lc_r DPADD+= ${LIBC_R} -- cgit v1.1