summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/bind/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bind/config.mk b/lib/bind/config.mk
index 685d3e0..1ca8a27 100644
--- a/lib/bind/config.mk
+++ b/lib/bind/config.mk
@@ -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)
OpenPOWER on IntegriCloud