K 10 svn:author V 8 bdrewery K 8 svn:date V 27 2017-10-18T17:19:26.202263Z K 7 svn:log V 333 LibreSSL + LDNS: Fix random crashes. This happens due to ldns-config --libs adding in too many libraries (overlinking), and -lcrypto again, which causes some strange conflict/corruption. By specifying the path to --with-ldns, configure only adds in -ldns rather than every library ldns itself needs. PR: 223000 Reported by: many END