From ba3655c74f170d85d1349f1e286aff27b58c9fc5 Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 21 Dec 2004 09:00:26 +0000 Subject: NOLIBC_R -> NO_LIBC_R NOLIBPTHREAD -> NO_LIBPTHREAD NOLIBTHR -> NO_LIBTHR --- secure/usr.sbin/sshd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'secure/usr.sbin') diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile index 0b6cd4f..a51b6d5 100644 --- a/secure/usr.sbin/sshd/Makefile +++ b/secure/usr.sbin/sshd/Makefile @@ -34,9 +34,9 @@ LDADD+= -lcrypto -lcrypt .if defined(OPENSSH_USE_POSIX_THREADS) .if ((${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386" || \ - ${MACHINE_ARCH} == "ia64") && !defined(NOLIBPTHREAD)) || \ + ${MACHINE_ARCH} == "ia64") && !defined(NO_LIBPTHREAD)) || \ ((${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64") && \ - !defined(NOLIBC_R)) + !defined(NO_LIBC_R)) CFLAGS+=-DUSE_POSIX_THREADS DPADD+= ${LIBPTHREAD} LDADD+= -lpthread -- cgit v1.1