Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 94270 - openssh ebuild with lpk patch fails to compile
Summary: openssh ebuild with lpk patch fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Other
: Highest major (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
: 94394 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-05-28 05:14 UTC by Andrea Barisani (RETIRED)
Modified: 2005-05-30 01:39 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
openssh-4.0_p1-r1.ebuild patch (openssh-ebuild.patch,377 bytes, patch)
2005-05-28 21:40 UTC, Chris Smith
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrea Barisani (RETIRED) gentoo-dev 2005-05-28 05:14:55 UTC
In relation to bug 58579 the openssh lpk patch has been directly included in
stable portage, the proposed ebuild included the '-lldap' flag with ${myconf}
redefinition adding "--with-libs=--ldap", the commited ebuild instead uses
append-ldflags for the job. That sounds nice in theory but it's not working
(maybe openssh resets LDFLAGS) so emerging stable openssh with ldap USE flag 
fails.
Comment 1 SpanKY gentoo-dev 2005-05-28 19:05:49 UTC
does --with-ldflags="${LDFLAGS}" work ?
Comment 2 Chris Smith 2005-05-28 21:40:36 UTC
Created attachment 60061 [details, diff]
openssh-4.0_p1-r1.ebuild patch

Had the same problem and created this ebuild patch based on SpanKY's
suggestion.
Not sure if this is exactly what you meant SpanKY but it does work.
Comment 3 SpanKY gentoo-dev 2005-05-29 03:13:44 UTC
fixed in cvs
Comment 4 Marvin Tapessur 2005-05-30 01:39:24 UTC
*** Bug 94394 has been marked as a duplicate of this bug. ***