summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2013-09-08 19:39:18 +0000
committerdes <des@FreeBSD.org>2013-09-08 19:39:18 +0000
commit2b94dc11fac30e23c3dbede965af4276368b39b9 (patch)
treed1c05b90a8226821b023b3043c991525634d122c /lib
parent0e83a1de93de6723b42f562fd43f81937edb801a (diff)
downloadFreeBSD-src-2b94dc11fac30e23c3dbede965af4276368b39b9.zip
FreeBSD-src-2b94dc11fac30e23c3dbede965af4276368b39b9.tar.gz
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)
Diffstat (limited to 'lib')
-rw-r--r--lib/libldns/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libldns/Makefile b/lib/libldns/Makefile
index 0fb570b..ae3518a 100644
--- a/lib/libldns/Makefile
+++ b/lib/libldns/Makefile
@@ -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>
OpenPOWER on IntegriCloud