xref: /dragonfly/contrib/ldns/README.DRAGONFLY (revision ec1c3f3a)
1LDNS
2====
3
4Original source can be downloaded from:
5http://www.nlnetlabs.nl/downloads/ldns/
6
7file = ldns-1.8.3.tar.gz
8date = 15 August 2022
9size = 1299856
10sha1 = 2796cc49636f68260c9662b60d5a7c9e6eed195c
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
22After configuring, don't forget to copy net.h, util.h, common.h
23to lib/libldns/ldns.
24These header files are generated by the configure script and they should never
25be in the vendor branch.
26