Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Sep 2019 12:04:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 240297] dns/opendnssec{2}: Fails to configure after ldns 1.7.1 update (configure: error: Can't find ldns library)
Message-ID:  <bug-240297-7788-JPXWVqdhxs@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-240297-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-240297-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240297

--- Comment #5 from Jaap Akkerhuis <jaap@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 pa=
tch
later.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240297-7788-JPXWVqdhxs>