Summary: | Add QA check for respecting LDFLAGS | ||
---|---|---|---|
Product: | Portage Development | Reporter: | Arfrever Frehtes Taifersar Arahesis (RETIRED) <arfrever> |
Component: | Core | Assignee: | Portage team <dev-portage> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | Keywords: | InVCS |
Priority: | High | ||
Version: | 2.2 | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 331933, 210077, 216231 | ||
Attachments: | Patch |
Description
Arfrever Frehtes Taifersar Arahesis (RETIRED)
2008-07-26 23:46:11 UTC
Created attachment 161448 [details, diff]
Patch
This is great, thanks! how about using if [[ " ${LDFLAGS} " == *" --hash-style=gnu "* ]] && ... instead such that you're sure to only match hash-style "gnu"? (In reply to comment #3) > how about using > if [[ " ${LDFLAGS} " == *" --hash-style=gnu "* ]] && ... > instead such that you're sure to only match hash-style "gnu"? It usually wouldn't match this flag. This is fixed in 2.2_rc4. |