Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10934 - ebuild.sh records CFLAGS/CXXFLAGS too late
Summary: ebuild.sh records CFLAGS/CXXFLAGS too late
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High minor
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-18 19:27 UTC by Porridj
Modified: 2011-10-30 22:18 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Porridj 2002-11-18 19:27:39 UTC
In order for /var/db/pkg/*/*/CFLAGS and CXXFLAGS to be useful for determining
whether or not a package would change if recompiled, the dyn_compile() function
in ebuild.sh should be modified so that the values of those variables are stored
BEFORE being modified by the ebuild. That way one can easily check if that
package was compiled on the current configuration or before, without checking
the ebuild file for any filters or unset's.
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2002-11-18 20:12:35 UTC
This is going to be handled by sticky flags.