Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 189298 - dev-lang/python-2.5.1-r2: Wrong LDFLAGS
Summary: dev-lang/python-2.5.1-r2: Wrong LDFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo/BSD Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 178800
  Show dependency tree
 
Reported: 2007-08-18 04:12 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2007-08-20 08:59 UTC (History)
3 users (show)

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 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