diff options
Diffstat (limited to 'secure')
-rw-r--r-- | secure/usr.sbin/sshd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile index 0b6cd4f8719b..a51b6d500a6d 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 |