Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 78928 - games-misc/fortune-mod's Makefile hardcodes LDFLAGS="-s"
Summary: games-misc/fortune-mod's Makefile hardcodes LDFLAGS="-s"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-21 03:44 UTC by Aaron Walker (RETIRED)
Modified: 2005-02-03 15:17 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 Aaron Walker (RETIRED) gentoo-dev 2005-01-21 03:44:00 UTC
...which makes it kind of hard to debug ;)

There's already a Makefile sed in there, so maybe add s:^\(LDFLAGS=\).*$:\1: (or \1${LDFLAGS} if you want to respect LDFLAGS, of course).

This affects both versions.
Comment 1 SpanKY gentoo-dev 2005-01-28 21:20:55 UTC
updated to respect $CC and $LDFLAGS
Comment 2 Aaron Walker (RETIRED) gentoo-dev 2005-02-03 03:44:41 UTC
SpanKY, 1.99,1-r1 reverts your changes...
Comment 3 SpanKY gentoo-dev 2005-02-03 15:17:37 UTC
osx (kito): if you're going to screw with games ebuilds, dont break them please, it makes us very angry

fixed -r1 too