poll - Fix events == 0 handling for TAP and TUN, fix console spam
[dragonfly.git] / contrib / ldns / README.DRAGONFLY
blobf83750f048390ea1133171d88e47af60aaf2acaa
1 LDNS
2 ====
4 Original source can be downloaded from:
5 http://www.nlnetlabs.nl/downloads/ldns/
7 file = ldns-1.8.3.tar.gz
8 date = 15 August 2022
9 size = 1299856
10 sha1 = 2796cc49636f68260c9662b60d5a7c9e6eed195c
12 A list of files and directories removed is in README.DELETED
14 Use "git diff vendor/LDNS contrib/ldns" to see local modifications.
16 Configured 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
22 After configuring, don't forget to copy net.h, util.h, common.h
23 to lib/libldns/ldns.
24 These header files are generated by the configure script and they should never
25 be in the vendor branch.