LDNS needs OpenSSL. This wasn't a problem as long as it was only build

statically, since any program using it would have to link with it anyway.

Approved by:	re (blanket)
This commit is contained in:
Dag-Erling Smørgrav 2013-09-08 19:39:18 +00:00
parent c02d19b6b6
commit 1a5d9b871d
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ SRCS= buffer.c dane.c dname.c dnssec.c dnssec_sign.c dnssec_verify.c \
SRCS+= b32_ntop.c b32_pton.c b64_ntop.c b64_pton.c
DPADD+= ${LIBCRYPTO}
LDADD+= -lcrypto
WARNS ?= 3
.include <bsd.lib.mk>