mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
libpthread is always libpthread, even when it's libc_r.
Reminded by: ru@
This commit is contained in:
parent
d4a8a500bc
commit
fcb61d9f95
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue