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

Bug 189298

Summary: dev-lang/python-2.5.1-r2: Wrong LDFLAGS
Product: Gentoo Linux Reporter: Arfrever Frehtes Taifersar Arahesis (RETIRED) <arfrever>
Component: New packagesAssignee: Gentoo/BSD Team <bsd+disabled>
Status: RESOLVED FIXED    
Severity: normal CC: coldwind, jakub, python
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 178800    

Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-08-18 04:12:30 UTC
dev-lang/python/python-2.5.1-r2.ebuild contains:
export LDFLAGS="-L."

It should be replaced with:
append-ldflags -L.
Comment 1 Roy Marples (RETIRED) gentoo-dev 2007-08-20 08:59:06 UTC
Fixed thanks