From 2f34cbe564b00ca2e62d75fa9d2b3dd17458a8e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Thu, 9 Jan 2003 08:36:05 +0000 Subject: [PATCH] ia64 and sparc64 both have libc_r now. --- secure/usr.sbin/sshd/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile index 31a4f020804..386acdf7f64 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}