Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 125923 - app-crypt/aespipe appears to use LDFLAGS incorrectly
Summary: app-crypt/aespipe appears to use LDFLAGS incorrectly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High normal
Assignee: Gentoo Quality Assurance Team
URL:
Whiteboard:
Keywords: QAcanfix
Depends on:
Blocks:
 
Reported: 2006-03-12 05:32 UTC by solar (RETIRED)
Modified: 2006-08-22 22:44 UTC (History)
1 user (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 solar (RETIRED) gentoo-dev 2006-03-12 05:32:29 UTC
app-crypt/aespipe exports LDFLAGS in a manner that overwrites any user 
defined settings and also strips the linked results vs letting 
portage/prepstrip handle it.

app-crypt/aespipe/aespipe-2.2a.ebuild:16:
   use static && export LDFLAGS="-static -s"
app-crypt/aespipe/aespipe-2.3b.ebuild:16: 
   use static && export LDFLAGS="-static -s"

Suggested solution:
 inherit flag-o-matic
 use static && append-ldflags -static
Comment 1 Mark Loeser (RETIRED) gentoo-dev 2006-05-19 22:18:51 UTC
avenj: any problem with this change?  I'll make the change in a few days if you don't response.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-08-22 11:39:17 UTC
Hmmm?
Comment 3 SpanKY gentoo-dev 2006-08-22 22:44:18 UTC
fixed in cvs