diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-09-22 14:36:12 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-09-22 14:36:12 +0000 |
| commit | abb3768b5c8670d2ff2c3f1eedb772efa9985383 (patch) | |
| tree | 18fb9613eb649cbef81f3d968ae304ce6b5c51f4 /lib/bind | |
| parent | 3a710cbaba2c09aef9f89d8d4b0211632ae5c6e1 (diff) | |
Notes
Diffstat (limited to 'lib/bind')
| -rw-r--r-- | lib/bind/config.mk | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/bind/config.mk b/lib/bind/config.mk index e950d7d27958..7190e422b974 100644 --- a/lib/bind/config.mk +++ b/lib/bind/config.mk @@ -59,8 +59,8 @@ BIND_LDADD= -lbind9 -ldns -lisccc -lisccfg -lisc -llwres # Link against crypto library .if !defined(NOCRYPT) -CRYPTO_DPADD+= ${LIBCRYPTO} -CRYPTO_LDADD+= -lcrypto +CRYPTO_DPADD= ${LIBCRYPTO} +CRYPTO_LDADD= -lcrypto .endif # Link against POSIX threads library @@ -68,12 +68,11 @@ CRYPTO_LDADD+= -lcrypto .if defined(NOLIBC_R) .error "BIND requires libc_r - define NO_BIND, or undefine NOLIBC_R" .endif -PTHREAD_DPADD+= ${LIBC_R} -PTHREAD_LDADD+= -lc_r .else .if defined(NOLIBPTHREAD) .error "BIND requires libpthread - define NO_BIND, or undefine NOLIBPTHREAD" .endif -PTHREAD_DPADD+= ${LIBPTHREAD} -PTHREAD_LDADD+= -lpthread .endif + +PTHREAD_DPADD= ${LIBPTHREAD} +PTHREAD_LDADD= -lpthread |
