Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41758 - dev-libs/ucl build CFLAGS
Summary: dev-libs/ucl build CFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Guy Martin (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-16 01:58 UTC by Ervin Németh
Modified: 2004-08-30 02:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to eliminate the appended "-O2" (ucl-1.01-r1.ebuild.patch,229 bytes, patch)
2004-02-16 02:01 UTC, Ervin Németh
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ervin Németh 2004-02-16 01:58:52 UTC
Many people are using "-Os" or "-O3" in their CFLAGS variable. The ucl source tries to be very clever and appends "-O2" to the compile flags.
Comment 1 Ervin Németh 2004-02-16 02:01:03 UTC
Created attachment 25706 [details, diff]
Patch to eliminate the appended "-O2"

This is my proposed fix.
Comment 2 Guy Martin (RETIRED) gentoo-dev 2004-08-30 02:50:32 UTC
Bumped to 1.0.3 and added the fix.