Summary: | net-misc/openssh-8.3_p1-r5 USE=ldns - configure: error: ** Incomplete or missing ldns libraries. | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Martin Matous <m> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | sam |
Priority: | Normal | Keywords: | PATCH, PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/24857 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log
Proposed patch |
Description
Martin Matous
2020-09-22 21:30:55 UTC
Created attachment 662035 [details, diff]
Proposed patch
Recent versions of the configure script will call "ldns-config" if it is available. I think we should probably just change this to "use_enable ldns" and drop the path from the configure call. (In reply to Mike Gilbert from comment #2) > Recent versions of the configure script will call "ldns-config" if it is > available. > > I think we should probably just change this to "use_enable ldns" and drop > the path from the configure call. Confirming that the above works for me. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c4b3cc7397f5d1df9d820c9f899dc04cc0d01e3 commit 7c4b3cc7397f5d1df9d820c9f899dc04cc0d01e3 Author: Martin Matous <m@matous.dev> AuthorDate: 2022-04-01 22:28:48 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-04-02 03:30:02 +0000 net-misc/openssh: fix build with ldns Closes: https://bugs.gentoo.org/744166 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Martin Matouš <m@matous.dev> Closes: https://github.com/gentoo/gentoo/pull/24857 Signed-off-by: Sam James <sam@gentoo.org> net-misc/openssh/openssh-8.8_p1-r4.ebuild | 2 +- net-misc/openssh/openssh-8.9_p1-r2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) |