diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-09-23 07:37:19 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-09-23 07:37:19 +0000 |
| commit | fcb61d9f9501990edce2460d07409d502bbfbf0a (patch) | |
| tree | 464ebdff6c7ca9f2d2c663ea143cbc39e3b6ac9b /lib/bind | |
| parent | d4a8a500bcae5dfa1d5093322923c4f6a46aca35 (diff) | |
Notes
Diffstat (limited to 'lib/bind')
| -rw-r--r-- | lib/bind/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bind/config.mk b/lib/bind/config.mk index 685d3e0f8ba2..1ca8a27e0ca3 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) |
