Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 52015 - glibc ebuild standardization
Summary: glibc ebuild standardization
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-25 08:18 UTC by Ervin Németh
Modified: 2004-11-16 22:19 UTC (History)
0 users

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


Attachments
ebuild patch (glibc-2.3.3_pre20040420-r1.ebuild.patch,427 bytes, patch)
2004-05-25 08:19 UTC, Ervin Németh
Details | Diff
CFLAGS + LDFLAGS filtering (glibc-2.3.3_pre20040420-r1.ebuild.patch,457 bytes, patch)
2004-05-27 01:38 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-05-25 08:18:32 UTC
Wouldn't be nicer if glibc ebuild used replace-flags instead of manually tempering with CFLAGS?
Comment 1 Ervin Németh 2004-05-25 08:19:58 UTC
Created attachment 32009 [details, diff]
ebuild patch
Comment 2 Ervin Németh 2004-05-27 01:38:53 UTC
Created attachment 32128 [details, diff]
CFLAGS + LDFLAGS filtering

Also could use our filter-ldflags function.
Comment 3 Kalin KOZHUHAROV 2004-06-17 13:17:39 UTC
A good point, IMHO.
Comment 4 solar (RETIRED) gentoo-dev 2004-06-17 13:27:12 UTC
We are trying to avoid calling functions in the global scope as it kills the portage cache.
Can somebody here try this in the src_compile() of glibc and attach a patch. (thanks)
Comment 5 SpanKY gentoo-dev 2004-11-16 22:19:32 UTC
i did this already a while back