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:
des 2013-09-08 19:39:18 +00:00
parent 0e83a1de93
commit 2b94dc11fa

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>