mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
c02d19b6b6
commit
1a5d9b871d
1 changed files with 3 additions and 0 deletions
|
|
@ -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 a new issue