xref: /dragonfly/contrib/ldns/README.DRAGONFLY (revision 092c2dd1)
1LDNS
2====
3
4Original source can be downloaded from:
5http://www.nlnetlabs.nl/downloads/ldns/
6
7file = ldns-1.7.0.tar.gz
8date = 20 December 2016
9size = 1304424
10sha1 = ceeeccf8a27e61a854762737f6ee02f44662c1b8
11
12A list of files and directories removed is in README.DELETED
13
14Configured with
15===============
16./configure --prefix=/usr --disable-rpath --disable-dane-ta-usage --with-drill \
17	    --with-trust-anchor=/usr/local/etc/unbound/root.key \
18	    ac_cv_header_dlfcn_h=no
19
20The following files have been patched (* planned)
21=================================================
22  dnssec_verify.c		to silence -Winit-self
23  keys.c			added OPENSSL_NO_ENGINE checks
24