First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 125925
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Quality Assistance Team <qa@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: solar <solar@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 125925 depends on: Show dependency tree
Bug 125925 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-03-12 05:54 0000
The ebuilds exports LDFLAGS in a manner that overwrites any user 
defined settings. This breaks cross-compiling among other things that rely on
passing -L${ROOT}/lib/path path options.

Offending code:
 useq static && LDFLAGS="-static"

Suggested solution:
 inherit flag-o-matic
 use static && append-ldflags -static

------- Comment #1 From Michael Hanselmann (hansmi) (RETIRED) 2006-03-12 08:03:53 0000 -------
Fixed, among other things, in CVS. Thanks.

First Last Prev Next    No search results available      Search page      Enter new bug