Summary: | x11-plugins/gkrelltop does not respect LDFLAGS | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Jim Ramsay (lack) (RETIRED) <lack> |
Status: | RESOLVED FIXED | ||
Severity: | QA | CC: | desktop-dock, esigra |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 331933 | ||
Attachments: |
Build log
Patch to ebuild to respect CC, CFLAGS, LDFLAGS |
Description
Diego Elio Pettenò (RETIRED)
![]() Created attachment 244065 [details]
Build log
Created attachment 244135 [details, diff]
Patch to ebuild to respect CC, CFLAGS, LDFLAGS
This patch adds a src_prepare to change the hardcoded /usr/bin/gcc to $(tc-getCC) and insert a reference to $(CFLAGS). Also, the link lines are adjusted to respect $(LDFLAGS).
Thanks, Kevin! Applied in x11-plugins/gkrelltop-2.2.11-r1 |