HomeFreeBSD

LibreSSL + LDNS: Fix random crashes.

Description

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

Details

Provenance
bdreweryAuthored on
Parents
rP452357: Fix the distinfo entry after passenger's upgrade.
Branches
Unknown
Tags
Unknown