Summary: | net-misc/ipsc: fails with forced --as-needed | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Tony Vroon (RETIRED) <chainsaw> |
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 ipsc ebuild to add sed expressions to fix the upstream Makefile |
Description
Diego Elio Pettenò (RETIRED)
![]() Created attachment 172795 [details]
Build log
Created attachment 181948 [details, diff]
Patch to ipsc ebuild to add sed expressions to fix the upstream Makefile
The upstream Makefile had explicit rules that ignored user LDFLAGS and specified the required library too early in the link line. The ebuild already fixed two other QA issues (explicit CC, explicit CFLAGS). This patch extends the ebuild to delete the incorrect rules, so that GNU make implicit rules are used instead.
Your contribution to Gentoo Linux is highly appreciated :) +*ipsc-0.4.3.2-r2 (18 Feb 2009) + + 18 Feb 2009; <chainsaw@gentoo.org> -ipsc-0.4.3.2-r1.ebuild, + +ipsc-0.4.3.2-r2.ebuild: + New and improved sed statement by Kevin Pyle <kevin.pyle@bluecoat.com> + keeps LDFLAGS from being ignored. Closes bug #248101 filed by Diego E. + Flameeyes Pettenò <flameeyes@gentoo.org>. |