Summary: | dev-util/xmlindent: CC variable not respected | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Development Tools Team <dev-tools> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jer |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 243502 | ||
Attachments: | Patch to xmlindent-0.2.17.ebuild to fix several QA issues |
Description
Diego Elio Pettenò (RETIRED)
![]() Created attachment 181956 [details, diff]
Patch to xmlindent-0.2.17.ebuild to fix several QA issues
The upstream Makefile ignored CC, CFLAGS, and LDFLAGS because it used a rule which called gcc explicitly and did not refer to either flags variable. This patch modifies the ebuild to export CC as Diego suggested and to add a sed expression which fixes those issues, plus an incorrect dependency rule.
Fixed in -r1. |