Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 662035 Details for
Bug 744166
net-misc/openssh-8.3_p1-r5 USE=ldns - configure: error: ** Incomplete or missing ldns libraries.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
0001-net-misc-openssh-add-libdir-to-ldns-argument.patch (text/plain), 1005 bytes, created by
Martin Matous
on 2020-09-22 21:31:31 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Martin Matous
Created:
2020-09-22 21:31:31 UTC
Size:
1005 bytes
patch
obsolete
>From 62737f861b6ecee84fe2f4ba74e96b63bd475dc3 Mon Sep 17 00:00:00 2001 >From: Martin Matous <matous-dev@criptext.com> >Date: Tue, 22 Sep 2020 23:21:07 +0200 >Subject: [PATCH] net-misc/openssh: add libdir to ldns argument > >Fixes emerge with USE="ldns" > >Signed-off-by: Martin Matous <matous-dev@criptext.com> >--- > net-misc/openssh/openssh-8.3_p1-r5.ebuild | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/net-misc/openssh/openssh-8.3_p1-r5.ebuild b/net-misc/openssh/openssh-8.3_p1-r5.ebuild >index 86300b9d8..35ed81cfe 100644 >--- a/net-misc/openssh/openssh-8.3_p1-r5.ebuild >+++ b/net-misc/openssh/openssh-8.3_p1-r5.ebuild >@@ -304,7 +304,7 @@ src_configure() { > # We apply the sctp patch conditionally, so can't pass --without-sctp > # unconditionally else we get unknown flag warnings. > $(use sctp && use_with sctp) >- $(use_with ldns ldns "${EPREFIX}"/usr) >+ $(use_with ldns ldns "${EPREFIX}"/usr/$(get_libdir)) > $(use_with libedit) > $(use_with pam) > $(use_with pie) >-- >2.28.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 744166
:
662032
| 662035