xref: /dragonfly/contrib/ldns/README.DRAGONFLY (revision 9317c2d0)
1LDNS
2====
3
4Original source can be downloaded from:
5http://www.nlnetlabs.nl/downloads/ldns/
6
7file = ldns-1.7.1.tar.gz
8date = 26 July 2019
9size = 1244394
10sha1 = d075a08972c0f573101fb4a6250471daaa53cb3e
11
12A list of files and directories removed is in README.DELETED
13
14Use "git diff vendor/LDNS contrib/ldns" to see local modifications.
15
16Configured with
17===============
18./configure --prefix=/usr --disable-rpath --disable-dane-ta-usage --with-drill \
19	    --with-trust-anchor=/usr/local/etc/unbound/root.key \
20	    ac_cv_header_dlfcn_h=no
21