Summary: | sys-power/cpudyn: pre-stripped files found | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Mobile Herd (OBSOLETE) <mobile+disabled> |
Status: | RESOLVED FIXED | ||
Severity: | QA | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 239866 | ||
Attachments: | Patch to remove Makefile override of LDFLAGS |
Description
Diego Elio Pettenò (RETIRED)
![]() *** Bug 252072 has been marked as a duplicate of this bug. *** Created attachment 178457 [details, diff]
Patch to remove Makefile override of LDFLAGS
This package also does not respect user LDFLAGS, since the Makefile explicitly sets LDFLAGS = -s. Both problems can be fixed by removing the assignment, so that user chosen LDFLAGS are used when linking cpudynd, rather than always passing a -s to strip cpudynd.
Even simpler: just override LDFLAGS on emake call. Fixed now. |