Summary: | amd64 profile bashrc should include an overide for the warning of critical flags | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Justin Lecher (RETIRED) <jlec> |
Component: | Eclasses | Assignee: | AMD64 Project <amd64> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Justin Lecher (RETIRED)
![]() A patch will be evaluated. ;) --- /usr/portage/profiles/arch/amd64/profile.bashrc 2008-04-01 19:39:53.000000000 +0200 +++ /mnt/tmpfs/profile.bashrc 2009-06-07 09:03:20.186773178 +0200 @@ -64,7 +64,7 @@ [[ " ${*:2} " == *" $1 "* ]] } -if [[ ${EBUILD_PHASE} == "setup" ]]; then +if [[ ${EBUILD_PHASE} == "setup" ]] && [[ -z ${DONTFILTERMYCFLAGS} ]]; then filter_invalid_flags *** This bug has been marked as a duplicate of bug 258467 *** |