diff options
author | des <des@FreeBSD.org> | 2003-01-09 08:36:05 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2003-01-09 08:36:05 +0000 |
commit | 5a36cfc6d3de661aee9d1af77ddcdc3391707914 (patch) | |
tree | b3f88df87bd20410092293cd16ce4524c8ad3d78 /secure | |
parent | ee721e5aaae05206a861d75da3a0be6ec442f014 (diff) | |
download | FreeBSD-src-5a36cfc6d3de661aee9d1af77ddcdc3391707914.zip FreeBSD-src-5a36cfc6d3de661aee9d1af77ddcdc3391707914.tar.gz |
ia64 and sparc64 both have libc_r now.
Diffstat (limited to 'secure')
-rw-r--r-- | secure/usr.sbin/sshd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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} |