[Bug 240297] dns/opendnssec{2}: Fails to configure after ldns 1.7.1 update (configure: error: Can't find ldns library)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Sep 3 12:04:07 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240297

--- Comment #5 from Jaap Akkerhuis <jaap at NLnetLabs.nl> ---
Thanks for reporting the bug and I can confirm and reproduce it. Apparently
ldns-config changed with the upgrade and now produces the wrong information.

Correct information:

     /usr/local/bin/ldns-config --cflags --version
     -I/usr/local/include
     1.7.0

Wrong information:

    /usr/local/bin/ldns-config --cflags --version
    -I/include
    1.7.1

It is a shell script so a very quick work around is to edit it by hand.

Meanwhile I'll chase root cause of the problem and will provide a decent patch
later.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list