diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 09:00:26 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 09:00:26 +0000 |
commit | f1f6253f4fb5a5822c0d75ecc6365523e6da42fd (patch) | |
tree | c770cc7ab20312f3a29a44816f43cb8965a9b44d /secure | |
parent | e653b48c80fb85b2a10372d664a4b55dbdc51dae (diff) | |
download | src-test2-f1f6253f4fb5a5822c0d75ecc6365523e6da42fd.tar.gz src-test2-f1f6253f4fb5a5822c0d75ecc6365523e6da42fd.zip |
Notes
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 |