Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 10934

Summary: ebuild.sh records CFLAGS/CXXFLAGS too late
Product: Portage Development Reporter: Porridj <cwillisf+gentoo>
Component: UnclassifiedAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.