libpthread is always libpthread, even when it's libc_r.
Reminded by: ru@
This commit is contained in:
parent
6bebc3d621
commit
5ffe6cac97
@ -66,7 +66,7 @@ CRYPTO_LDADD= -lcrypto
|
||||
# Link against POSIX threads library
|
||||
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64"
|
||||
.if defined(NOLIBC_R)
|
||||
.error "BIND requires libc_r - define NO_BIND, or undefine NOLIBC_R"
|
||||
.error "BIND requires libpthread - define NO_BIND, or undefine NOLIBC_R"
|
||||
.endif
|
||||
.else
|
||||
.if defined(NOLIBPTHREAD)
|
||||
|
Loading…
x
Reference in New Issue
Block a user