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:
parent
0e83a1de93
commit
2b94dc11fa
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user