Summary: | net-irc/ezbounce: fails with forced --as-needed | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Packages in net-irc <net-irc> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://www.gentoo.org/proj/en/qa/asneeded.xml | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 129413 | ||
Attachments: |
Build log
Patch to move libraries to the end of the command that builds ezbounce |
Description
Diego Elio Pettenò (RETIRED)
![]() Created attachment 172733 [details]
Build log
Created attachment 179706 [details, diff]
Patch to move libraries to the end of the command that builds ezbounce
This is the typical problem of specifying libraries too early in the link line. The patch moves the libraries to the end, after the object files have been referenced.
Thanks for the patch Kevin, fixed now. |